Update debian-v5.sh

pull/1011/head
tteckster 3 years ago committed by GitHub
parent 735c92fbb2
commit 66f29bb44b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ct/debian-v5.sh

@ -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…
Cancel
Save