소스 검색

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"`