From d195c6fc42d6ef137e0c50e13897d8b47c8eb55c 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 Upstream-commit: 53e2e8209fd882a3b4f073ce30dec444cc9c7cc0 Component: engine --- components/engine/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/engine/install.sh b/components/engine/install.sh index af5c214d78..52cd3c0a08 100644 --- a/components/engine/install.sh +++ b/components/engine/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