mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
rc: suppress message of service not enabled
This commit is contained in:
parent
4e75cfdf51
commit
faaafb136c
@ -5,7 +5,7 @@ BACKUPDIR="/var/netflow"
|
||||
|
||||
# find out if the service is running and stop/start it only if needed
|
||||
RCSCRIPT="/usr/local/etc/rc.d/flowd_aggregate"
|
||||
if ! ${RCSCRIPT} status; then
|
||||
if ! ${RCSCRIPT} status > /dev/null; then
|
||||
RCSCRIPT="true"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user