diff options
Diffstat (limited to 'base/aaabasicfs/network')
-rwxr-xr-x | base/aaabasicfs/network | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/aaabasicfs/network b/base/aaabasicfs/network index 9793632b3..84ce546eb 100755 --- a/base/aaabasicfs/network +++ b/base/aaabasicfs/network @@ -31,7 +31,7 @@ case "$1" in [ -n "${NETWORKDELAY}" ] && /bin/sleep ${NETWORKDELAY} fi - elseif [ "$MANAGER" == "wicd" ] && [ -f /usr/share/wicd/daemon/wicd-daemon.py ]; then + elif [ "$MANAGER" == "wicd" ] && [ -f /usr/share/wicd/daemon/wicd-daemon.py ]; then boot_mesg "Starting the wicd Daemon..." loadproc /usr/share/wicd/daemon/wicd-daemon.py if grep -v ^# /etc/fstab | grep _netdev > /dev/null; then @@ -82,9 +82,9 @@ case "$1" in fi ;; restart) - stop + ${0} stop sleep 3 - start + ${0} start ;; *) |