rename: appdata/varaverk → appdata/Varaverk (capital V throughout)
This commit is contained in:
@@ -131,7 +131,7 @@ function vv_watchdog_summary(): array {
|
||||
}
|
||||
|
||||
// Recent restarts (24 h)
|
||||
$restartLog = '/mnt/user/appdata/varaverk/data/container_restart_history.db';
|
||||
$restartLog = '/mnt/user/appdata/Varaverk/data/container_restart_history.db';
|
||||
$restartRaw = @file_get_contents($restartLog) ?: '';
|
||||
$cutoff = time() - 86400;
|
||||
$restarts = [];
|
||||
|
||||
Reference in New Issue
Block a user