mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update debian-v3.sh
This commit is contained in:
parent
726c984d50
commit
4a5de17681
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ header_info
|
|||
echo -e "${GN}Using CT Type ${BGN}$CT_TYPE1${CL}"
|
||||
echo -e "${GN}Using CT Password ${BGN}$PW1${CL}"
|
||||
echo -e "${GN}Using ID ${BGN}$CT_ID${CL}"
|
||||
echo -e "${YW}Enter CT Name, or Press [ENTER] for Default: $APP "
|
||||
echo -e "${YW}Enter CT Name (no spaces), or Press [ENTER] for Default: $APP "
|
||||
read CT_NAME
|
||||
if [ -z $CT_NAME ]; then CT_NAME=${APP}
|
||||
HN=$(echo ${CT_NAME,,} | tr -d ' ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue