Skip to content

Commit

Permalink
Update link script for ufs_utils.fd
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhender committed Jan 16, 2024
1 parent 5b21b31 commit f217d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ do
done


if [[ -d "${script_dir}/ufs_utils.fd" ]]; then
cd "${script_dir}/ufs_utils.fd/fix" || exit 1
if [[ -d "${HOMEgfs}/sorc/ufs_utils.fd" ]]; then
cd "${HOMEgfs}/sorc/ufs_utils.fd/fix" || exit 1
./link_fixdirs.sh "${RUN_ENVIR}" "${machine}" 2> /dev/null
fi

Expand Down

0 comments on commit f217d4e

Please sign in to comment.