Browse Source

Update debian-v4.sh

tteckster 2 years ago
parent
commit
36c1dc455e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ct/debian-v4.sh

+ 1 - 1
ct/debian-v4.sh

@@ -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}"