From 8eed7266d1518a5f2035081e3b92df19572fbcd0 Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Fri, 10 Oct 2025 16:55:34 +0000 Subject: [PATCH] small mount bug --- developer/source/mount/masu__map_own_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/source/mount/masu__map_own_all.sh b/developer/source/mount/masu__map_own_all.sh index 5518cab..0cdaa5b 100755 --- a/developer/source/mount/masu__map_own_all.sh +++ b/developer/source/mount/masu__map_own_all.sh @@ -11,7 +11,7 @@ want_suid_for() { return 1 } -subus="$(./masu__subu_dir_list.sh "$masu")" +subus="$(./masu__subu_data_dir_list.sh "$masu")" [[ -n "$subus" ]] || { echo "No sub-users found for $masu"; exit 1; } while IFS= read -r s; do -- 2.20.1