Skip to content

Commit

Permalink
fix: fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Feb 8, 2025
1 parent acbf0bc commit 0fdb14d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/spooker
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ if [[ $ISBIOWULF == true || $ISFRCE == true ]];then
fi
fi
echo "$SCRIPTBASENAME: spook is now in PATH:$SPOOK"
SPOOK_COPY2DIR="/scratch/ccbrpipeliner"
#SPOOK_COPY2DIR="/scratch/ccbrpipeliner"
SPOOK_COPY2DIR="/data/CCBR_Pipeliner/userdata_staging"
fi
if [[ $ISFRCE == true ]];then
SPOOK_COPY2DIR="/mnt/projects/CCBR-Pipelines/pipelines/userdata/ccbrpipeliner"
Expand Down

0 comments on commit 0fdb14d

Please sign in to comment.