mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-06-06 23:29:51 +08:00
update:在root下也有 IS_ACE_ENV=1 了
This commit is contained in:
parent
72d926d928
commit
885eb4cfc6
@ -0,0 +1 @@
|
|||||||
|
IS_ACE_ENV=1
|
@ -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 $@
|
host-spawn sudo bookworm-run sudo env IS_ACE_ENV="1" "$@"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user