path for sleep wrong
authorAaron Klingaman <alk@cs.princeton.edu>
Tue, 3 May 2005 21:24:00 +0000 (21:24 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Tue, 3 May 2005 21:24:00 +0000 (21:24 +0000)
conf_files/pl_netinit

index 36bbc25..b3934f6 100644 (file)
@@ -310,7 +310,7 @@ if [[ "$IP_METHOD" == "dhcp" ]]; then
        /sbin/dhclient -1 -cf $DHCLIENT_CONF_FILE $ETH_DEVICE 
        if [[ $? -ne 0 ]]; then
            echo "pl_netinit: dhcp failed, retrying in 2 minutes"
-           /sbin/sleep 120
+           /bin/sleep 120
        else
            echo "pl_netinit: dhcp succeeded"
            configured=1