mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
Updated logger registration
This commit is contained in:
@@ -368,7 +368,7 @@ class DockerTemplates {
|
||||
@copy($iconRAM,$icon);
|
||||
}
|
||||
if ( !is_file($iconRAM) ) {
|
||||
exec("/usr/bin/logger -- ".escapeshellarg("$imageName: Could not download icon $imgUrl"));
|
||||
exec("logger -t webGUI -- \"$imageName: Could not download icon $imgUrl\"");
|
||||
}
|
||||
|
||||
return (is_file($iconRAM)) ? str_replace($docroot, '', $iconRAM) : '';
|
||||
|
||||
Reference in New Issue
Block a user