Update zwavejs2mqtt-v3.sh

This commit is contained in:
tteckster 2022-05-07 07:01:17 -04:00 committed by GitHub
parent 1a237ffb2b
commit a9e7547510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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