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,7 +119,8 @@ header_info
if [ -z $CT_NAME ]; then
CT_NAME=$NSAPP;
HN=$NSAPP
else
fi
if [ $CT_NAME ]; then
HN=$(echo ${CT_NAME,,} | tr -d ' ')
fi
echo -en "${GN}Set CT Name To ${BL}$CT_NAME${CL}"