From 6b154c3aadf08e6674424689a062bdce484cc5f8 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sat, 25 Nov 2023 03:10:00 +0000 Subject: [PATCH] update tool/spark-dstore-patch. Signed-off-by: shenmo --- tool/spark-dstore-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/spark-dstore-patch b/tool/spark-dstore-patch index 28b4592..d64b54c 100755 --- a/tool/spark-dstore-patch +++ b/tool/spark-dstore-patch @@ -39,7 +39,7 @@ linkDir() { linkApp() { appID=$1 - appEntriesDir="/opt/apps/$appID/entries" + appEntriesDir="../../../opt/apps/$appID/entries" appLibsDir="/opt/apps/$appID/files/lib" autoStartDir="$appEntriesDir/autostart"