Fix systemd
This commit is contained in:
parent
45e8033b20
commit
9e4479db9c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ function checkService() {
|
|||
RESULT=1;
|
||||
fi
|
||||
else
|
||||
if [ ! $($ROOT_COMMAND) ] && [ ! $($USER_COMMAND) ]; then
|
||||
if ! $($ROOT_COMMAND) && ! $($USER_COMMAND); then
|
||||
RESULT=1;
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue