From fd7f4b38d787ae05d8dc5ad76f4541ceafb9d68c Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 19 Jun 2019 15:01:25 +0200 Subject: [PATCH] Update 'install-Redis.sh' --- install-Redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-Redis.sh b/install-Redis.sh index ed03634..1a846a3 100644 --- a/install-Redis.sh +++ b/install-Redis.sh @@ -38,7 +38,7 @@ do done while true; do - read -p "Wilt u PHPredis instaleren? -> ja/nee?" yn + read -p "Wilt u PHPredis installeren? -> ja/nee?" yn case $yn in [JjYy]* ) phpredis=1 break;;