Compare commits

..

1 Commits

Author SHA1 Message Date
Rémi Bédard-Couture 3fa39b1be2
Merge cddadeb108 into 232919d6be 2024-08-05 00:09:40 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ 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
}