mirror of https://github.com/tteck/Proxmox.git
Update debian-v3.sh
This commit is contained in:
parent
03442f2289
commit
9c4cb4e6b9
|
@ -9,6 +9,7 @@ BGN=`echo "\033[4;92m"`
|
||||||
GN=`echo "\033[32m"`
|
GN=`echo "\033[32m"`
|
||||||
CL=`echo "\033[m"`
|
CL=`echo "\033[m"`
|
||||||
APP="Debian"
|
APP="Debian"
|
||||||
|
NSAPP=$(echo ${APP,,} | tr -d ' ')
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
|
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
|
||||||
|
|
Loading…
Reference in New Issue