mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-07-16 10:32:25 +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
|
if [ "$UID" = "0" ];then
|
||||||
/usr/bin/sudo $@
|
/usr/bin/sudo $@
|
||||||
else
|
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
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user