From 96949585001ec30528617d507fa2cfa081adaac6 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Tue, 3 May 2005 21:24:00 +0000 Subject: [PATCH] path for sleep wrong --- conf_files/pl_netinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0