summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/umount
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/files/etc/init.d/umount')
-rwxr-xr-xpackage/base-files/files/etc/init.d/umount2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/umount b/package/base-files/files/etc/init.d/umount
index a4e477e2e..5a750b93c 100755
--- a/package/base-files/files/etc/init.d/umount
+++ b/package/base-files/files/etc/init.d/umount
@@ -4,5 +4,5 @@
STOP=99
stop() {
sync
- umount -a -r
+ umount -a -d -r
}