X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Fetc%2Finit.d%2Fumount;h=5a750b93c6602b3608039cf0db3cbca3acfa711a;hp=a4e477e2e9b7f8bdaf9383e6eb82e3e7aabb9215;hb=0b02cb7ac6a0503d174b64f16fc08f152124f7f9;hpb=ab8bd8a6bda5d4df24ad9a8c33e142981860dfac diff --git a/package/base-files/files/etc/init.d/umount b/package/base-files/files/etc/init.d/umount index a4e477e2e9..5a750b93c6 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 }