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 ...@@ -1576,7 +1576,7 @@ while true; do
selection=${selection//\"Pi hole\"/} selection=${selection//\"Pi hole\"/}
fi fi
if [[ "$selection" == Docker && "$DOCKER_STATUS" != "on" ]]; then if [[ "$selection" == *Docker* && "$DOCKER_STATUS" != "on" ]]; then
install_docker install_docker
selection=${selection//\"Docker\"/} selection=${selection//\"Docker\"/}
fi 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