]> arthur.barton.de Git - netatalk.git/commitdiff
fixed a re-occuring bug (must have fixed it in the wrong file before)
authorsibaz <sibaz>
Sat, 24 Aug 2002 02:04:53 +0000 (02:04 +0000)
committersibaz <sibaz>
Sat, 24 Aug 2002 02:04:53 +0000 (02:04 +0000)
distrib/initscripts/rc.atalk.redhat.tmpl

index 7fbc081940214e0e5f7e422e0542591f5f90b8ae..1713f790cfd8982ed861dc6b96c2259048bbdf9d 100644 (file)
@@ -39,7 +39,7 @@ fi
 . ${ATALK_CONF_DIR}/netatalk.conf
 
 # Check that networking is up.
-if [ ${NETWORKING} = "no" ] 
+if [ ${NETWORKING} = "no" ]; then
      echo "[Network isn't started]"; 
      exit 0;
 fi