From 102fbc3ce8d0b9469a9dc9b0d9c2c55966e6776f Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 16 Apr 2022 09:55:27 -0400 Subject: [PATCH] Update create_lxc.sh --- ct/create_lxc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index ed4a114b..c9756899 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -6,6 +6,7 @@ set -o nounset set -o pipefail shopt -s expand_aliases alias die='EXIT=$? LINE=$LINENO error_exit' +YW=`echo "\033[33m"` BL=`echo "\033[36m"` RD=`echo "\033[01;31m"` GN=`echo "\033[1;92m"`