From 759b5a371934d58d711b0effab052024cb32f013 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 7 Feb 2020 17:03:11 -0800 Subject: [PATCH] trying redis again --- install-redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-redis.sh b/install-redis.sh index b934819..3270ab7 100755 --- a/install-redis.sh +++ b/install-redis.sh @@ -7,6 +7,6 @@ sudo apt install redis-server # Converting to systemd managed process -echo "supervised systemd" >> /etc/redis/redis.conf +sudo echo "supervised systemd" >> /etc/redis/redis.conf sudo systemctl restart redis.service