Update create_lxc.sh
This commit is contained in:
parent
50bed47912
commit
6bd1744528
@ -98,11 +98,11 @@ function select_storage() {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
command -v whiptail >/dev/null || {
|
command -v whiptail >/dev/null || {
|
||||||
msg_error "whiptail missing."
|
msg_error "whiptail missing. Please install whiptail."
|
||||||
exit 220
|
exit 220
|
||||||
}
|
}
|
||||||
command -v numfmt >/dev/null || {
|
command -v numfmt >/dev/null || {
|
||||||
msg_error "numfmt missing."
|
msg_error "numfmt missing. Please install numfmt (coreutils package)."
|
||||||
exit 221
|
exit 221
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user