Unverified Commit 265a6232 authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Bugfix

parent c7e6a093
......@@ -1576,7 +1576,7 @@ while true; do
selection=${selection//\"Pi hole\"/}
fi
if [[ "$selection" == Docker && "$DOCKER_STATUS" != "on" ]]; then
if [[ "$selection" == *Docker* && "$DOCKER_STATUS" != "on" ]]; then
install_docker
selection=${selection//\"Docker\"/}
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment