Add update to librenms

This commit is contained in:
Michel Roegl-Brunner 2025-04-23 15:28:23 +02:00
parent e5ee17809a
commit 8c2467c69f

View File

@ -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
}