[atheros] preinit: use grep -q where applicable
[openwrt.git] / package / base-files / files / etc / init.d / umount
index a4e477e..d360afe 100755 (executable)
@@ -4,5 +4,5 @@
 STOP=99
 stop() {
        sync
-       umount -a -r
+       umount -a -r -l
 }
This page took 0.0234 seconds and 4 git commands to generate.