Skip to content

Commit

Permalink
Add double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 21, 2025
1 parent 24596e3 commit 92c5e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/globus/verify.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ globus_xfer_id="{{globus_xfer_id}}"

log_file="${log_directory}/hpss_status_${globus_xfer_id}.log"

hpss_stat=$(tail -1 ${log_file})
hpss_stat=$(tail -1 "${log_file}")

echo "${hpss_stat}"

0 comments on commit 92c5e27

Please sign in to comment.