Browse Source

Update create_lxc.sh

tteckster 3 years ago
parent
commit
054b207ffe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ct/create_lxc.sh

+ 2 - 2
ct/create_lxc.sh

@@ -16,12 +16,12 @@ BFR="\\r\\033[K"
 HOLD="[-]"
 HOLD="[-]"
 trap die ERR
 trap die ERR
 
 
-msg_info() {
+function msg_info() {
     local msg="$1"
     local msg="$1"
     echo -ne " ${HOLD} ${YW}${msg}..."
     echo -ne " ${HOLD} ${YW}${msg}..."
 }
 }
 
 
-msg_ok() {
+function msg_ok() {
     local msg="$1"
     local msg="$1"
     echo -e "${BFR} ${CM} ${GN}${msg}${CL}"
     echo -e "${BFR} ${CM} ${GN}${msg}${CL}"
 }
 }