@ -211,7 +211,7 @@ if (type == "local") {
bash("check=$(docker info)");
bash("if [[\"$check\" == *\"Is the docker daemon running\"*]]; then
bash("if [[ \"$check\" == *\"Is the docker daemon running\"* ]]; then
echo \"Error: docker is not running\"
exit 1
fi");
@ -175,7 +175,7 @@ else
fi
check=$(docker info)
if [["$check" == *"Is the docker daemon running"*]]; then
if [[ "$check" == *"Is the docker daemon running"* ]]; then
echo "Error: docker is not running"