Use killall5 again so we can cleanly remount / readonly, #168977
and #177689.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user