Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
265a6232
Unverified
Commit
265a6232
authored
Sep 23, 2018
by
Igor Pečovnik
Committed by
GitHub
Sep 23, 2018
Browse files
Bugfix
parent
c7e6a093
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-software
View file @
265a6232
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment