Add missing shebang

cloud-init expects a shebang in the beginning of the script
This commit is contained in:
jpetazzo
2013-03-11 19:03:22 -07:00
committed by Jérôme Petazzoni
parent 76b66f73b3
commit 53e2e8209f
+2 -1
View File
@@ -1,4 +1,5 @@
# This script is meant for quick & easy install via 'curl URL-OF-SCRIPPT | bash'
#!/bin/sh
# This script is meant for quick & easy install via 'curl URL-OF-SCRIPT | bash'
# Courtesy of Jeff Lindsay <progrium@gmail.com>
cd /tmp