We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de5cd1 commit 3ae5b4cCopy full SHA for 3ae5b4c
1 file changed
contrib/provision-ec2-controller.sh
@@ -85,7 +85,7 @@ knife data bag create deis-build 2>/dev/null
85
knife data bag create deis-formations 2>/dev/null
86
87
# create data bag item using a temp file
88
-tempfile=$(mktemp -t deis)
+tempfile=$(mktemp -t tmp.deisXXXXXXXXXX)
89
mv $tempfile $tempfile.json
90
cat > $tempfile.json <<EOF
91
{ "id": "gitosis", "ssh_keys": {}, "formations": {} }
0 commit comments