Browse Source

Update debian11_container.sh

tteckster 3 năm trước cách đây
mục cha
commit
74f282f83f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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