Update debian-v4.sh

This commit is contained in:
tteckster 2022-07-31 21:30:19 -04:00 committed by GitHub
parent 5b0f8710ee
commit 36c1dc455e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ else
echo -e "${DGN}Using Root Password: ${BGN}$PW1${CL}"
fi
fi
CT_ID=$(whiptail --inputbox "Set Container ID?" 8 58 $NEXTID --title "CONTAINER ID" 3>&1 1>&2 2>&3)
CT_ID=$(whiptail --inputbox "Set Container ID" 8 58 $NEXTID --title "CONTAINER ID" 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
echo -e "${DGN}Using Container ID: ${BGN}$CT_ID${CL}"