From 9785d11c54535ac897755a2603f67ce209abc2ca Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 23 Feb 2026 22:54:58 -0500 Subject: make base fns static, other minor fixes --- bin/compose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/compose b/bin/compose index f8c1796..cd63aa1 100755 --- a/bin/compose +++ b/bin/compose @@ -41,7 +41,7 @@ elif [[ $uid -eq 0 ]] && [[ $gid -eq 0 ]]; then true # all set else # root required (1000:1000 may not exist) - exec sudo -E $command + exec sudo $command fi # ========================================================= LOAD ENVIRONMENT == -- cgit v1.2.3-freya