mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-05-21 15:39:48 +08:00
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:
parent
6162040d09
commit
ab64e78fa5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user