aboutsummaryrefslogtreecommitdiffstats
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 13ac61a812..349b2b3264 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 -d -r
+ /bin/umount -a -d -r
}