Skip to content

Commit

Permalink
Update postprocessworker.sh
Browse files Browse the repository at this point in the history
fixed Pkg rm command
  • Loading branch information
haberlmatt authored Feb 9, 2020
1 parent 9c426cc commit 0ffee12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postprocessworker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ for model_name in `echo $space_sep_models` ; do
if [ $ecode != 0 ] ; then
fatal_error "$out_dir" "ERROR non-zero exit code ($ecode) from running Merge_LargeData.m" 8
fi
echo "Removing Pkg_* folders"
/bin/rm -rf $out_dir/$model_name/Pkg_*
echo "Removing Pkg* folders"
/bin/rm -rf $out_dir/$model_name/Pkg*
done

echo ""
Expand Down

0 comments on commit 0ffee12

Please sign in to comment.