Przeglądaj źródła

Update debian11_container.sh

tteckster 3 lat temu
rodzic
commit
74f282f83f
1 zmienionych plików z 1 dodań i 0 usunięć
  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