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

oops...

parent 47f52a90
No related branches found
No related tags found
No related merge requests found
......@@ -720,7 +720,7 @@ if $redis_local; then
echo "Please modify redis config in another shell like following."
echo ""
echo "requirepass $redis_pass"
$method != "systemd" && echo "bind $docker_host_ip"
[ $method != "systemd" ] && echo "bind $docker_host_ip"
echo ""
read -r -p "Press Enter key to continue> "
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