1
0
mirror of https://github.com/tteck/Proxmox.git synced 2025-06-16 04:10:33 +02:00

Update debian-v3.sh

This commit is contained in:
tteckster
2022-04-14 13:56:55 -04:00
committed by GitHub
parent fb27c9bd34
commit 4cc1329b40

View File

@ -119,9 +119,10 @@ header_info
if [ -z $CT_NAME ]; then if [ -z $CT_NAME ]; then
CT_NAME=$NSAPP; CT_NAME=$NSAPP;
HN=$NSAPP HN=$NSAPP
else fi
HN=$(echo ${CT_NAME,,} | tr -d ' ') if [ $CT_NAME ]; then
fi HN=$(echo ${CT_NAME,,} | tr -d ' ')
fi
echo -en "${GN}Set CT Name To ${BL}$CT_NAME${CL}" echo -en "${GN}Set CT Name To ${BL}$CT_NAME${CL}"
echo -e " ${CM}${CL} \r" echo -e " ${CM}${CL} \r"
sleep 1 sleep 1