Skip to content

Commit

Permalink
Update scripts/bash/s3a_wrapper.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel K <[email protected]>
  • Loading branch information
Zejnilovic and dk1844 authored Nov 15, 2023
1 parent 41247ae commit dd58daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bash/s3a_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ set -e
if klist -s; then
echo "Kerberos ticket found."
else
echo "No Kerberos ticket found or ticket is expired. Please run kinit."
error_exit "No Kerberos ticket found or ticket is expired. Please run kinit."
fi

# Source environment variables
Expand Down

0 comments on commit dd58daf

Please sign in to comment.