Explorar o código

Update debian11_container.sh

tteckster %!s(int64=3) %!d(string=hai) anos
pai
achega
74f282f83f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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