diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-23 22:54:58 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-23 22:54:58 -0500 |
| commit | 9785d11c54535ac897755a2603f67ce209abc2ca (patch) | |
| tree | a74838ebfede53f19f6c131c23c4298be0342ad8 /bin | |
| parent | update alpine version (diff) | |
| download | crimson-9785d11c54535ac897755a2603f67ce209abc2ca.tar.gz crimson-9785d11c54535ac897755a2603f67ce209abc2ca.tar.bz2 crimson-9785d11c54535ac897755a2603f67ce209abc2ca.zip | |
make base fns static, other minor fixes
Diffstat (limited to '')
| -rwxr-xr-x | bin/compose | 2 |
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 == |