aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-sl
diff options
context:
space:
mode:
Diffstat (limited to 'sysconfig/network-scripts/ifup-sl')
-rwxr-xr-xsysconfig/network-scripts/ifup-sl4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysconfig/network-scripts/ifup-sl b/sysconfig/network-scripts/ifup-sl
index 529ac42f..45432d52 100755
--- a/sysconfig/network-scripts/ifup-sl
+++ b/sysconfig/network-scripts/ifup-sl
@@ -55,9 +55,9 @@ while : ; do
if [ "$PERSIST" != "yes" -o ! -f /var/run/sl-$DEVICE.dev ] ; then
exit 0
fi
- while [ -f /var/run/LCK..$DEVICE && killall -0 dip ] ; {
+ while [ -f /var/run/LCK..$DEVICE && killall -0 dip ] ; do
sleep 10
- }
+ done
rm -f /var/run/sl-$DEVICE.dev
sleep $RETRYTIMEOUT || {