mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-10-23 18:52:21 +08:00
update tool/spark-dstore-patch.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
parent
080cd44229
commit
c055e9bbb4
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "----------------Running Spark DStore Patch----------------"
|
echo "----------------Running Spark DStore Patch----------------"
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
|
|
||||||
enumAppInfoList() {
|
enumAppInfoList() {
|
||||||
@ -33,7 +33,7 @@ linkDir() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
ensureTargetDir "$targetFile"
|
ensureTargetDir "$targetFile"
|
||||||
sourceFile=$(realpath --relative-to="$targetFile" "$sourceFile" )
|
sourceFile=$(realpath --relative-to="$(dirname $targetFile)" "$sourceFile" )
|
||||||
ln -s "$sourceFile" "$targetFile"
|
ln -s "$sourceFile" "$targetFile"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
@ -122,5 +122,4 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo "----------------Finished----------------"
|
echo "----------------Finished----------------"
|
Loading…
x
Reference in New Issue
Block a user