Browse Source

Update create_lxc.sh

tteckster 3 năm trước cách đây
mục cha
commit
054b207ffe
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      ct/create_lxc.sh

+ 2 - 2
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}"
 }