base-files: move sysctl init after boot
[openwrt.git] / package / base-files / files / etc / init.d / umount
index a4e477e..5a750b9 100755 (executable)
@@ -4,5 +4,5 @@
 STOP=99
 stop() {
        sync
-       umount -a -r
+       umount -a -d -r
 }