Update debian-v3.sh

This commit is contained in:
tteckster 2022-04-14 15:39:46 -04:00 committed by GitHub
parent 0965bb5a57
commit 99baec7b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ header_info
echo -e "${GN}Using CT Type ${BGN}$CT_TYPE1${CL}" echo -e "${GN}Using CT Type ${BGN}$CT_TYPE1${CL}"
echo -e "${GN}Using CT Password ${BGN}$PW1${CL}" echo -e "${GN}Using CT Password ${BGN}$PW1${CL}"
echo -e "${GN}Using ID ${BGN}$CT_ID${CL}" echo -e "${GN}Using ID ${BGN}$CT_ID${CL}"
echo -e "${YW}Enter CT Name (no-spaces), or Press [ENTER] for Default: $APP " echo -e "${YW}Enter CT Name (no-spaces), or Press [ENTER] for Default: $NSAPP "
read CT_NAME read CT_NAME
if [ -z $CT_NAME ]; then if [ -z $CT_NAME ]; then
HN=$NSAPP HN=$NSAPP