From 8c2467c69f4029e0a2701b85a15da4d78b93dd17 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Wed, 23 Apr 2025 15:28:23 +0200 Subject: [PATCH] Add update to librenms --- ct/librenms.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ct/librenms.sh b/ct/librenms.sh index 72291ff..5780ee1 100644 --- a/ct/librenms.sh +++ b/ct/librenms.sh @@ -27,7 +27,11 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "Update not supported!" + msg_info "Updating ${APP} Installation" + su librenms + cd /opt/librenms + ./daily.sh + msg_ok "Updated ${APP} Installation" exit }