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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

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