Update create_lxc.sh

This commit is contained in:
tteckster 2022-04-16 10:11:31 -04:00 committed by GitHub
parent 9e0fb19df2
commit d8ebbc568b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ GN=`echo "\033[1;92m"`
CL=`echo "\033[m"`
CM="${GN}${CL}"
BFR="\\r\\033[K"
HOLD="[-]"
HOLD="-"
trap die ERR
function msg_info() {