Compare commits
No commits in common. "83298f0df15d0792285c451a47706300624633ce" and "9d84e1e918e8c2e1275ad6d2efbb085313e83693" have entirely different histories.
83298f0df1
...
9d84e1e918
@ -89,12 +89,7 @@ webuiLibrePortalUpdate() {
|
|||||||
checkSuccess "Refreshed ${_app} WebUI data..."
|
checkSuccess "Refreshed ${_app} WebUI data..."
|
||||||
done
|
done
|
||||||
|
|
||||||
# Generate Backup locations / snapshots / engines / dashboards.
|
# Generate Backup locations / snapshots / engines / dashboards
|
||||||
# Announce before running: snapshot generation reaches remote backup
|
|
||||||
# locations (restic over SSH), and the whole chain's output is
|
|
||||||
# captured below, so without this the update looks frozen mid-fetch
|
|
||||||
# — noticeable on slow connections.
|
|
||||||
isNotice "Refreshing backup dashboard data (fetches remote snapshots — may take a while on slow connections)..."
|
|
||||||
local result; result=$(webuiGenerateBackupLocations && webuiGenerateBackupDashboard && webuiGenerateBackupSnapshots all && webuiGenerateBackupAppStatus && webuiGenerateBackupEngines && webuiGenerateBackupSchema && webuiGenerateBackupPasswords && webuiGenerateBackupMigrate)
|
local result; result=$(webuiGenerateBackupLocations && webuiGenerateBackupDashboard && webuiGenerateBackupSnapshots all && webuiGenerateBackupAppStatus && webuiGenerateBackupEngines && webuiGenerateBackupSchema && webuiGenerateBackupPasswords && webuiGenerateBackupMigrate)
|
||||||
checkSuccess "Refreshed backup dashboard data..."
|
checkSuccess "Refreshed backup dashboard data..."
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user