From f8f2c8dd95db13c6bac25c047fd482d7cd40152d Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Fri, 10 Jan 2025 17:58:34 -0500 Subject: [PATCH] remove findmnt --- try | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/try b/try index 09e8c08b..15339426 100755 --- a/try +++ b/try @@ -67,7 +67,7 @@ try() { DIRS_AND_MOUNTS="$(mktemp)" export DIRS_AND_MOUNTS find / -maxdepth 1 >"$DIRS_AND_MOUNTS" - findmnt --real -r -o target -n >>"$DIRS_AND_MOUNTS" + # findmnt --real -r -o target -n >>"$DIRS_AND_MOUNTS" sort -u -o "$DIRS_AND_MOUNTS" "$DIRS_AND_MOUNTS" # Calculate UPDATED_DIRS_AND_MOUNTS that contains the merge arguments in LOWER_DIRS