mirror of https://github.com/tteck/Proxmox.git
Compare commits
2 Commits
3fa39b1be2
...
9781c067a1
Author | SHA1 | Date |
---|---|---|
Rémi Bédard-Couture | 9781c067a1 | |
tteckster | a5fece4292 |
|
@ -65,6 +65,7 @@ if [[ ! -f /etc/systemd/system/n8n.service ]]; then msg_error "No ${APP} Install
|
||||||
fi
|
fi
|
||||||
msg_info "Updating ${APP} LXC"
|
msg_info "Updating ${APP} LXC"
|
||||||
npm update -g n8n &>/dev/null
|
npm update -g n8n &>/dev/null
|
||||||
|
systemctl restart n8n
|
||||||
msg_ok "Updated Successfully"
|
msg_ok "Updated Successfully"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue