浏览代码

Update debian-v3.sh

tteckster 3 年之前
父节点
当前提交
9c4cb4e6b9
共有 1 个文件被更改,包括 1 次插入0 次删除
  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