mirror of https://github.com/tteck/Proxmox.git
Update debian-v3.sh
This commit is contained in:
parent
4a5de17681
commit
9e45482198
|
@ -116,9 +116,8 @@ header_info
|
||||||
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: $APP "
|
||||||
read CT_NAME
|
read CT_NAME
|
||||||
if [ -z $CT_NAME ]; then CT_NAME=${APP}
|
if [ -z $CT_NAME ]; then CT_NAME=$APP; HN=$(echo ${CT_NAME,,} | tr -d ' '); fi
|
||||||
HN=$(echo ${CT_NAME,,} | tr -d ' ')
|
if [ $CT_NAME ]; then HN=$(echo ${CT_NAME,,} | tr -d ' '); fi
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue