diff --git a/ct/zwavejs2mqtt-v3.sh b/ct/zwavejs2mqtt-v3.sh index 82c1e86b..7e3e8107 100644 --- a/ct/zwavejs2mqtt-v3.sh +++ b/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