Skip to content

Commit

Permalink
Remove the temp file
Browse files Browse the repository at this point in the history
Reported by Richard Harman
  • Loading branch information
dlangille authored Nov 6, 2020
1 parent 4070c63 commit 55994d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/samdrucker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ payload=$(mktemp /tmp/SamDrucker.payload.XXXXXX)
$JO -p name=$hostname os=$uname version=$version repo=$repo $pkg_args > $payload

$CURL $CURL_OPTIONS --data-urlencode ${SAMDRUCKER_ARG}@${payload} $SAMDRUCKER_URL

# remove the temp file
rm $payload

0 comments on commit 55994d7

Please sign in to comment.