mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-20 01:58:42 +00:00
Minor bug. It does not work on non RH systems. Thanx to
Craig Bourne <cbourne@cbourne.com>
This commit is contained in:
parent
6cf7e97abe
commit
8b6b49239f
@ -16,7 +16,7 @@
|
|||||||
. /etc/rc.d/init.d/functions
|
. /etc/rc.d/init.d/functions
|
||||||
|
|
||||||
# Check that networking is up.
|
# Check that networking is up.
|
||||||
if [ ${NETWORKING} = "no" ]
|
if [ "${NETWORKING}" = "no" ]
|
||||||
then
|
then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user