removed removal of nonexisting tempfile

This commit is contained in:
Jonas Forsberg 2020-08-03 12:31:26 +02:00
parent 375922407e
commit 0eb8ef355c
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -11,5 +11,3 @@ else
rm /tmp/{{ args['name'] }}
fi
{% endfor %}
rm "$tmpfile"