aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/init.d/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index 333c38d8..eddf168e 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -220,7 +220,7 @@ case "$1" in
echo `/sbin/ip -o link show | awk -F ": " '/UP>/ { print $2 }'`
;;
restart|reload)
- cd $CWD
+ cd "$CWD"
$0 stop
$0 start
;;