#!/bin/bash # Post-install/update specifics for Dashy — dispatched by appUpdateSpecifics. appUpdateSpecifics_dashy() { # Refresh apps-services.json (the source of truth appDashyUpdateConf reads) # before generating dashy's conf.yml. On a first dashy install the file may # not yet reflect dashy itself; on a re-install the previous selection survives. webuiLibrePortalUpdate appDashyUpdateConf }