Skip to content

Commit

Permalink
Fix LINC_DATA_ROOT variable when passing it as an argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Sep 19, 2023
1 parent 8471750 commit d47ee28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runners/run_LINC_calibrator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ if [ -d $LINC_DATA_ROOT ] && [ ! -d $LINC_DATA_ROOT/steps ]; then
exit 1
elif [ -d $LINC_DATA_ROOT ] && [ -d $LINC_DATA_ROOT/steps ]; then
echo $LINC_DATA_ROOT exists and seems to contain LINC. Continuing...
export LINC_DATA_ROOT
fi

# Prepare workflow files.
Expand Down

0 comments on commit d47ee28

Please sign in to comment.