From 0eb8ef355c2027d7a9d7d6203a545f71734f684d Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Mon, 3 Aug 2020 12:31:26 +0200 Subject: [PATCH] removed removal of nonexisting tempfile --- salt/states/files/install_firefox_addon | 2 -- 1 file changed, 2 deletions(-) diff --git a/salt/states/files/install_firefox_addon b/salt/states/files/install_firefox_addon index ebc288f..dc15145 100755 --- a/salt/states/files/install_firefox_addon +++ b/salt/states/files/install_firefox_addon @@ -11,5 +11,3 @@ else rm /tmp/{{ args['name'] }} fi {% endfor %} - -rm "$tmpfile"