From 054b207ffe472bed377555b3a7f2f60fbfa77915 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 16 Apr 2022 09:59:57 -0400 Subject: [PATCH] Update create_lxc.sh --- ct/create_lxc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index c9756899..31fd6bb5 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -16,12 +16,12 @@ BFR="\\r\\033[K" HOLD="[-]" trap die ERR -msg_info() { +function msg_info() { local msg="$1" echo -ne " ${HOLD} ${YW}${msg}..." } -msg_ok() { +function msg_ok() { local msg="$1" echo -e "${BFR} ${CM} ${GN}${msg}${CL}" }