0
0
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:
Ondrej Filip 2000-08-25 12:26:03 +00:00
parent 6cf7e97abe
commit 8b6b49239f

View File

@ -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