mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 12:21:34 -05:00
Updated logger function to escape message part
This commit is contained in:
@@ -222,7 +222,7 @@ done
|
||||
# atomically update file
|
||||
mv $INI ${INI%.*}
|
||||
|
||||
logger -t network "hook services: interface=${interface:-$1}, reason=$reason, protocol=$protocol"
|
||||
logger -t network -- "hook services: interface=${interface:-$1}, reason=$reason, protocol=$protocol"
|
||||
# delayed execution
|
||||
/usr/local/emhttp/webGui/scripts/update_services 30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user