From 53e2e8209fd882a3b4f073ce30dec444cc9c7cc0 Mon Sep 17 00:00:00 2001 From: jpetazzo Date: Mon, 11 Mar 2013 19:03:22 -0700 Subject: [PATCH] Add missing shebang cloud-init expects a shebang in the beginning of the script --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index af5c214d78..52cd3c0a08 100644 --- a/install.sh +++ b/install.sh @@ -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 cd /tmp