From 6df1251baa68d44ef27d6abff512c7286278502c Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Wed, 7 May 2014 18:25:10 +0200 Subject: [PATCH] install_server.sh: add missing bang This was discovered by _bodya and reported in the IRC channel. Everything worked fine as these scripts are always executed as shell scripts. Closes #1728 --- utils/install_server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/install_server.sh b/utils/install_server.sh index 15b60a08e..98e047e3d 100755 --- a/utils/install_server.sh +++ b/utils/install_server.sh @@ -152,7 +152,7 @@ rm -f $TMP_FILE #we hard code the configs here to avoid issues with templates containing env vars #kinda lame but works! REDIS_INIT_HEADER=\ -"#/bin/sh\n +"#!/bin/sh\n #Configurations injected by install_server below....\n\n EXEC=$REDIS_EXECUTABLE\n CLIEXEC=$CLI_EXEC\n @@ -193,7 +193,7 @@ fi # warning if init info is not available. cat > ${TMP_FILE} <