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
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
. /etc/rc.d/init.d/functions
|
||||
|
||||
# Check that networking is up.
|
||||
if [ ${NETWORKING} = "no" ]
|
||||
if [ "${NETWORKING}" = "no" ]
|
||||
then
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue