busybox: cosmetics

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-06-07 00:38:33 +02:00
parent 6aea31a5fa
commit 6431768463

View File

@ -436,7 +436,7 @@
else else
return 0 return 0
fi fi
if [ -n "$wol_ip" -a -n "$wol_mac" -a -n "$wol_wait" ]; then if [ -n "$wol_ip" -a -n "$wol_mac" -a -n "$wol_wait" ]; then
progress "Sending Magic Packet (WOL) if needed" progress "Sending Magic Packet (WOL) if needed"
@ -455,7 +455,7 @@
mount_part "$boot" "/flash" "ro,noatime" mount_part "$boot" "/flash" "ro,noatime"
} }
mount_storage() { mount_storage() {
progress "Mounting storage" progress "Mounting storage"
wakeonlan wakeonlan
@ -477,7 +477,6 @@
disk="$target/$OVERLAY_DIR,$options" disk="$target/$OVERLAY_DIR,$options"
fi fi
fi fi
mount_part "$disk" "/storage" "rw,noatime" mount_part "$disk" "/storage" "rw,noatime"
fi fi
} }