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"