소스 검색

Update create_lxc.sh

tteckster 3 년 전
부모
커밋
59922332fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ct/create_lxc.sh

+ 1 - 1
ct/create_lxc.sh

@@ -8,9 +8,9 @@ shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
 BL=`echo "\033[36m"`
 RD=`echo "\033[01;31m"`
-CM='\xE2\x9C\x94\033'
 GN=`echo "\033[1;92m"`
 CL=`echo "\033[m"`
+CM="${GN}✓${CL}"
 trap die ERR
 
 function error_exit() {