Add missing shebang
cloud-init expects a shebang in the beginning of the script Upstream-commit: 53e2e8209fd882a3b4f073ce30dec444cc9c7cc0 Component: engine
This commit is contained in:
committed by
Jérôme Petazzoni
parent
e64fe2c171
commit
d195c6fc42
@ -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
|
||||
|
||||
Reference in New Issue
Block a user