From 5e99f7fa2156daddbe4949389e562d1e8f62a1f9 Mon Sep 17 00:00:00 2001 From: Christine Spang Date: Mon, 6 Feb 2017 12:05:00 -0800 Subject: [PATCH] run-redis.sh must be run under bash --- scripts/run-redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-redis.sh b/scripts/run-redis.sh index ddac71cd1..59c666484 100755 --- a/scripts/run-redis.sh +++ b/scripts/run-redis.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Redis is one of those servers which by default # accept connections from everywhere. Luckily,