X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/fdf15c481781ba78c8b49dc22ea22871339ebd06..9c250a1ea99dc76aef9d899a7da5116cabf2dff9:/package/base-files/files/etc/init.d/umount?ds=sidebyside diff --git a/package/base-files/files/etc/init.d/umount b/package/base-files/files/etc/init.d/umount index d360afed3..a4e477e2e 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 -l + umount -a -r }