Skip to content

Commit

Permalink
Update module_run_async.vm.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored Apr 12, 2024
1 parent 3a7e1b2 commit 57fc236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/us/kbase/templates/module_run_async.vm.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ script_dir=$(dirname "$(readlink -f "$0")")
export KB_DEPLOYMENT_CONFIG=$script_dir/../deploy.cfg
WD=/kb/module/work
if [ -f $WD/token ]; then
cat $WD/token | xargs sh $script_dir/../bin/run_${module_name}_async_job.sh $WD/input.json $WD/output.json
xargs sh $script_dir/../bin/run_${module_name}_async_job.sh $WD/input.json $WD/output.json $WD/token
else
echo "File $WD/token doesn't exist, aborting."
exit 1
Expand Down

0 comments on commit 57fc236

Please sign in to comment.