From eb1883f31be185a05fc9ce4f7b33fb7be2983fba Mon Sep 17 00:00:00 2001 From: Trystan Lea Date: Thu, 25 Apr 2019 14:16:57 +0100 Subject: [PATCH] Update redis.sh --- install/redis.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/redis.sh b/install/redis.sh index e1483b25..7f5a34bf 100755 --- a/install/redis.sh +++ b/install/redis.sh @@ -1,4 +1,6 @@ #!/bin/bash +source config.ini + echo "-------------------------------------------------------------" echo "Redis configuration" echo "-------------------------------------------------------------"