aboutsummaryrefslogtreecommitdiff
path: root/sh/rc-mount.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/rc-mount.sh')
-rw-r--r--sh/rc-mount.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/rc-mount.sh b/sh/rc-mount.sh
index 7a2b2a51..be9dffba 100644
--- a/sh/rc-mount.sh
+++ b/sh/rc-mount.sh
@@ -54,7 +54,7 @@ do_unmount() {
if [ ${retry} -le 0 ] ; then
case "${cmd}" in
umount*)
- LC_ALL=C ${cmd} ${extra_opts} "${mnt}" || retry=-999
+ LC_ALL=C ${cmd} -f "${mnt}" || retry=-999
;;
*)
retry=-999