summaryrefslogtreecommitdiffstats
path: root/etc/rc.reboot
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.reboot')
-rwxr-xr-xetc/rc.reboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.reboot b/etc/rc.reboot
index dbb8327..af5d874 100755
--- a/etc/rc.reboot
+++ b/etc/rc.reboot
@@ -25,7 +25,7 @@ sleep 1
echo -n "Downing interfaces: "
for INTERFACE in `/sbin/ifconfig -l`; do
- echo -n $INTERFACE
+ echo -n "$INTERFACE "
/sbin/ifconfig $INTERFACE down
done
OpenPOWER on IntegriCloud