aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index d796825..8bad79b 100644
--- a/functions
+++ b/functions
@@ -498,7 +498,7 @@ umount_all() {
fi
mounts+=("$target")
- done < <(findmnt -runRo TARGET,FSTYPE,OPTIONS / | tac)
+ done < <(findmnt -mrunRo TARGET,FSTYPE,OPTIONS / | tac)
umount -r "${mounts[@]}"