diff --git a/install.sh b/install.sh index 4c2c814..e29bab1 100755 --- a/install.sh +++ b/install.sh @@ -76,7 +76,7 @@ else #check if docker UP dockerserverdown=$(docker info --format "{{json .}}" | jq .ServerErrors) - if [[ $dockerversion == *denied1* ]]; then + if [[ $dockerversion == *denied* ]]; then echo "" echo "docker server is down" echo ""