Update pimox-haos-vm-v5.sh

This commit is contained in:
tteckster 2023-01-25 08:57:16 -05:00 committed by GitHub
parent 3de5326a89
commit b0e073da75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ if [ $exitstatus = 0 ]; then echo -e "${DGN}Using HAOS Version: ${BGN}$BRANCH${C
VMID=$(whiptail --inputbox "Set Virtual Machine ID" 8 58 $NEXTID --title "VIRTUAL MACHINE ID" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ -z $VMID ]; then VMID="$NEXTID"; echo -e "${DGN}Virtual Machine: ${BGN}$VMID${CL}";
elif
else
if echo "$USEDID" | egrep -q "$VMID"
then
echo -e "\n🚨 ${RD}ID $VMID is already in use${CL} \n"