mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-15 13:22:04 +08:00
update tool/spark-dstore-patch.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
@@ -39,7 +39,11 @@ linkDir() {
|
|||||||
|
|
||||||
linkApp() {
|
linkApp() {
|
||||||
appID=$1
|
appID=$1
|
||||||
|
if [ "$IS_ACE_ENV" = "1" ];then
|
||||||
appEntriesDir="../../../opt/apps/$appID/entries"
|
appEntriesDir="../../../opt/apps/$appID/entries"
|
||||||
|
else
|
||||||
|
appEntriesDir="/opt/apps/$appID/entries"
|
||||||
|
fi
|
||||||
appLibsDir="/opt/apps/$appID/files/lib"
|
appLibsDir="/opt/apps/$appID/files/lib"
|
||||||
autoStartDir="$appEntriesDir/autostart"
|
autoStartDir="$appEntriesDir/autostart"
|
||||||
|
|
||||||
@@ -121,4 +125,4 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo "----------------Finished----------------"
|
echo "----------------Finished----------------"
|
||||||
Reference in New Issue
Block a user