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 }