瀏覽代碼

Update debian11_container.sh

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

+ 1 - 0
ct/debian11_container.sh

@@ -15,6 +15,7 @@ set -o nounset
 set -o pipefail
 shopt -s expand_aliases
 alias die='EXIT=$? LINE=$LINENO error_exit'
+CHECKMARK='\033[0;32m\xE2\x9C\x94\033[0m'
 trap die ERR
 trap cleanup EXIT