Update debian-v3.sh

pull/152/head
tteckster 3 years ago committed by GitHub
parent fb27c9bd34
commit 4cc1329b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.