#!/bin/bash # Post-install/update specifics for LibrePortal itself — dispatched by # appUpdateSpecifics. Regenerate the WebUI data so the dashboard reflects the # just-(re)installed control plane. appUpdateSpecifics_libreportal() { webuiLibrePortalUpdate }