run-redis.sh must be run under bash

This commit is contained in:
Christine Spang 2017-02-06 12:05:00 -08:00
parent a22b3a1fc0
commit 5e99f7fa21

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Redis is one of those servers which by default
# accept connections from everywhere. Luckily,