mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2026-03-26 23:49:45 +08:00
12.6.2
This commit is contained in:
@@ -63,7 +63,7 @@ local file=$1
|
||||
chmod +x $file
|
||||
}
|
||||
|
||||
if [ "${IS_ACE_ENV}" != "" ] || [[ -e /opt/ace-host-integration/ace-host-integration ]] && [[ -e /flamescion-container-tools ]];then
|
||||
if [ "${IS_ACE_ENV}" != "" ] ;then
|
||||
if [ -e /opt/apps/ ];then
|
||||
for app_dir in $(ls /opt/apps/); do
|
||||
for file in /opt/apps/$app_dir/entries/applications/*.desktop;do
|
||||
|
||||
Reference in New Issue
Block a user