summaryrefslogtreecommitdiff
path: root/bin/compose
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-23 22:54:58 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-23 22:54:58 -0500
commit9785d11c54535ac897755a2603f67ce209abc2ca (patch)
treea74838ebfede53f19f6c131c23c4298be0342ad8 /bin/compose
parentupdate alpine version (diff)
downloadcrimson-9785d11c54535ac897755a2603f67ce209abc2ca.tar.gz
crimson-9785d11c54535ac897755a2603f67ce209abc2ca.tar.bz2
crimson-9785d11c54535ac897755a2603f67ce209abc2ca.zip
make base fns static, other minor fixesHEADmain
Diffstat (limited to '')
-rwxr-xr-xbin/compose2
1 files changed, 1 insertions, 1 deletions
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 ==