瀏覽代碼

Update create_lxc.sh

tteckster 3 年之前
父節點
當前提交
102fbc3ce8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ct/create_lxc.sh

+ 1 - 0
ct/create_lxc.sh

@@ -6,6 +6,7 @@ set -o nounset
 set -o pipefail
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
+YW=`echo "\033[33m"`
 BL=`echo "\033[36m"`
 RD=`echo "\033[01;31m"`
 GN=`echo "\033[1;92m"`