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;;