update:在root下也有 IS_ACE_ENV=1 了

This commit is contained in:
shenmo 2025-02-24 19:06:58 +08:00
parent 72d926d928
commit 885eb4cfc6
2 changed files with 2 additions and 1 deletions
src/opt/apps/amber-ce-bookworm/files/flamescion-container-tools
ace-host-integration/etc/environment.d
bin-override

@ -2,5 +2,5 @@
if [ "$UID" = "0" ];then
/usr/bin/sudo $@
else
host-spawn sudo bookworm-run sudo $@
host-spawn sudo bookworm-run sudo env IS_ACE_ENV="1" "$@"
fi