Merge branch 'main-upstream'

This commit is contained in:
Sam Heinz
2024-08-08 06:56:12 +10:00
10 changed files with 183 additions and 76 deletions
+1
View File
@@ -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
}