mirror of
https://github.com/unraid/webgui.git
synced 2025-12-30 22:20:23 -06:00
Feat: Log if a config file is corrupted
This commit is contained in:
@@ -37,6 +37,9 @@ case 'config':
|
||||
}
|
||||
if ($flag) break;
|
||||
}
|
||||
if ($flag) {
|
||||
my_logger("$filename corrupted or missing");
|
||||
}
|
||||
echo $flag;
|
||||
break;
|
||||
case 'notice':
|
||||
|
||||
Reference in New Issue
Block a user