mirror of https://github.com/docker/docs.git
Add missing shebang
cloud-init expects a shebang in the beginning of the script
This commit is contained in:
parent
76b66f73b3
commit
53e2e8209f
|
@ -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>
|
# Courtesy of Jeff Lindsay <progrium@gmail.com>
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|
Loading…
Reference in New Issue