mirror of
https://github.com/unraid/api.git
synced 2026-01-08 09:39:49 -06:00
fix: add space between logger and flag
This commit is contained in:
@@ -78,7 +78,7 @@ const getUnraidApiPid = async () => {
|
||||
return pids.find(_ => _.pid !== process.pid)?.pid;
|
||||
};
|
||||
|
||||
const logToSyslog = (text: string) => execa.commandSync(`logger-t unraid-api[${process.pid}] ${text}`);
|
||||
const logToSyslog = (text: string) => execa.commandSync(`logger -t unraid-api[${process.pid}] ${text}`);
|
||||
|
||||
const commands = {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user