Skip to content

Commit

Permalink
Merge branch 'SA-3580-SOne-Add-Download-Failure-Condition' of https:/…
Browse files Browse the repository at this point in the history
…/github.com/TheJumpCloud/support into SA-3580-SOne-Add-Download-Failure-Condition
  • Loading branch information
kmaranionjc committed Sep 21, 2023
2 parents 79f3861 + 0661fc8 commit 1b8bb0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mkdir /tmp/$TempFolder
cd /tmp/$TempFolder
# Download Sentinel One file
if curl -o "$filename" "$downloadURL"; then
if curl -o "$filename" "$DownloadURL"; then
echo "Download successful"
else
# Catch block
Expand Down

0 comments on commit 1b8bb0c

Please sign in to comment.