Compare commits

..

2 Commits

Author SHA1 Message Date
Rémi Bédard-Couture 9781c067a1
Merge cddadeb108 into a5fece4292 2024-08-05 06:19:08 +02:00
tteckster a5fece4292
Update n8n.sh
fixes https://github.com/tteck/Proxmox/issues/3470
2024-08-04 23:21:49 -04:00
1 changed files with 1 additions and 0 deletions

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
}