summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/atngw100/target_skeleton/etc/init.d/S15localfs
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/Atmel/atngw100/target_skeleton/etc/init.d/S15localfs')
-rwxr-xr-xtarget/device/Atmel/atngw100/target_skeleton/etc/init.d/S15localfs8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/device/Atmel/atngw100/target_skeleton/etc/init.d/S15localfs b/target/device/Atmel/atngw100/target_skeleton/etc/init.d/S15localfs
index 9672752a0..a0b5a8982 100755
--- a/target/device/Atmel/atngw100/target_skeleton/etc/init.d/S15localfs
+++ b/target/device/Atmel/atngw100/target_skeleton/etc/init.d/S15localfs
@@ -2,10 +2,10 @@
MOUNT=/bin/mount
-echo -n "Mounting local filesystems:"
-if ${MOUNT} -a > /dev/null 2> /dev/null; then
- echo " done"
+echo -n "Mounting local filesystems: "
+if ${MOUNT} -a; then
+ echo "done"
else
- echo " failed"
+ echo "failed"
exit 1
fi