diff --git a/ubuntu.sh b/ubuntu.sh index 253e7182461e156b60c145b39dec30de353a269e..6ae8e6dc6e04f05ae4b73cece44dbe35eade7ac1 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -615,9 +615,11 @@ if [ $method != "systemd" ]; then fi else echo "Couldn't find /etc/redis/redis.conf." - echo "Modify redis config like following in another shell." + echo "Please modify redis config like following in another shell." + echo "" echo "bind $docker_host_ip" echo "requirepass $redis_pass" + echo "" read -r -p "Press Enter key to continue> " fi