cd into basedir before executing sharc job.

This commit is contained in:
Michael Herzberg 2017-09-19 17:13:59 +01:00
parent 4712e15249
commit 9a356630ba
1 changed files with 2 additions and 1 deletions

View File

@ -12,4 +12,5 @@ printenv
echo "The following parameter were passed: $*"
"$BASEDIR/ExtensionCrawler/create-db" -t 1 -a "$ARCHIVE" -n $SGE_TASK_ID -N $MAX_SGE_TASK_ID $*
cd "$BASEDIR"
./ExtensionCrawler/create-db -t 1 -a "$ARCHIVE" -n $SGE_TASK_ID -N $MAX_SGE_TASK_ID $*