update src/opt/apps/amber-ce-bookworm/files/flamescion-container-tools/bin-override/sudo.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2025-02-28 17:03:58 +00:00 committed by Gitee
parent 6162040d09
commit ab64e78fa5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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