Browse Source

Update debian-v3.sh

tteckster 3 years ago
parent
commit
9c4cb4e6b9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ct/debian-v3.sh

+ 1 - 0
ct/debian-v3.sh

@@ -9,6 +9,7 @@ BGN=`echo "\033[4;92m"`
 GN=`echo "\033[32m"`
 CL=`echo "\033[m"`
 APP="Debian"
+NSAPP=$(echo ${APP,,} | tr -d ' ')
 
 while true; do
     read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn