From: Aaron Klingaman Date: Tue, 3 May 2005 21:24:00 +0000 (+0000) Subject: path for sleep wrong X-Git-Tag: BOOTCD_V_3_0_FINAL~8 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=96949585001ec30528617d507fa2cfa081adaac6 path for sleep wrong --- diff --git a/conf_files/pl_netinit b/conf_files/pl_netinit index 36bbc25..b3934f6 100644 --- a/conf_files/pl_netinit +++ b/conf_files/pl_netinit @@ -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