mirror of https://github.com/tteck/Proxmox.git
Update debian-v5.sh
This commit is contained in:
parent
735c92fbb2
commit
66f29bb44b
|
@ -155,6 +155,7 @@ function advanced_settings() {
|
|||
fi
|
||||
fi
|
||||
CT_ID=$(whiptail --inputbox "Set Container ID" 8 58 $NEXTID --title "CONTAINER ID" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
|
||||
if [ $? -ne 0 ]; then exit 0; fi
|
||||
exitstatus=$?
|
||||
if [ -z $CT_ID ]; then
|
||||
CT_ID="$NEXTID"
|
||||
|
|
Loading…
Reference in New Issue