Merge pull request 'Added rm of tmpfile.' (#330) from mark/cdist:__ssh_authorized_keys-rm into master

Reviewed-on: ungleich-public/cdist#330
This commit is contained in:
nico14571 2022-03-09 15:12:21 +00:00
commit 15e1ce6450
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ if [ -f "$file" ]; then
grep -v -F -x '$line' '$file' >\$tmpfile
fi
cat "\$tmpfile" >"$file"
rm -f "\$tmpfile"
DONE
}