diff --git a/ct/n8n.sh b/ct/n8n.sh index 3abc7328..b78f3ec6 100644 --- a/ct/n8n.sh +++ b/ct/n8n.sh @@ -65,6 +65,7 @@ if [[ ! -f /etc/systemd/system/n8n.service ]]; then msg_error "No ${APP} Install fi msg_info "Updating ${APP} LXC" npm update -g n8n &>/dev/null +systemctl restart n8n msg_ok "Updated Successfully" exit }