We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369a7e1 commit ab87025Copy full SHA for ab87025
SetupDataModel.sh
@@ -1,5 +1,9 @@
1
#!/bin/bash
2
3
+if [ ! -z ./leaf/DataModel ]; then
4
+ echo "Remove previous link"
5
+ rm ./leaf/DataModel
6
+fi
7
8
if [ "$HK_ASTROANALYSIS_DIR" == "" ] || [ -z $HK_ASTROANALYSIS_DIR ]; then
9
echo "HK_ASTROANALYSIS_DIR is not defined or doesn't exist ($HK_ASTROANALYSIS_DIR). Will use lite DataModel."
0 commit comments