removed removal of nonexisting tempfile

This commit is contained in:
Jonas Forsberg
2020-08-03 12:31:26 +02:00
parent 375922407e
commit 0eb8ef355c

View File

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