Browse Source

Update zwavejs2mqtt-v3.sh

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

+ 2 - 2
ct/zwavejs2mqtt-v3.sh

@@ -336,9 +336,9 @@ lxc.mount.entry: /dev/ttyACM0       dev/ttyACM0       none bind,optional,create=
 lxc.mount.entry: /dev/ttyACM1       dev/ttyACM1       none bind,optional,create=file
 EOF
 
-echo -en "${GN} Starting LXC Container... "
+msg_info "Starting LXC Container"
 pct start $CTID
-echo -e "${CM}${CL} \r"
+msg_ok "Started LXC Container"
 
 lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/zwavejs2mqtt-install.sh)" || exit