X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpuppetmaster%2Ffiles%2Fupdate-fastly-ips.sh;h=6ccb3bf9b7129c3d080e2c87a9339ed11bd7300c;hb=b37baf92bb9111f71fa2916444420b024b4ca767;hp=50f8cb729d4ce6a0e194b3ff13e4543a26b6d5bc;hpb=5c9a3a919825a4f1990d0bb4cdf5078c3185fcc4;p=mirror%2Fdsa-puppet.git diff --git a/modules/puppetmaster/files/update-fastly-ips.sh b/modules/puppetmaster/files/update-fastly-ips.sh index 50f8cb729..6ccb3bf9b 100644 --- a/modules/puppetmaster/files/update-fastly-ips.sh +++ b/modules/puppetmaster/files/update-fastly-ips.sh @@ -4,7 +4,7 @@ set -e dest="$1" tmp=$(mktemp -d) -trap 'rm -rf $tmp' EXIT +trap "rm -rf '$tmp'" EXIT cd $tmp if [ -d /etc/ssl/ca-global ]; then