Skip to content
Snippets Groups Projects
Commit 01433788 authored by tamaina's avatar tamaina
Browse files

✌️

parent 75930e93
No related branches found
No related tags found
No related merge requests found
...@@ -615,9 +615,11 @@ if [ $method != "systemd" ]; then ...@@ -615,9 +615,11 @@ if [ $method != "systemd" ]; then
fi fi
else else
echo "Couldn't find /etc/redis/redis.conf." 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 "bind $docker_host_ip"
echo "requirepass $redis_pass" echo "requirepass $redis_pass"
echo ""
read -r -p "Press Enter key to continue> " read -r -p "Press Enter key to continue> "
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment