We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86f51e commit 0c2e656Copy full SHA for 0c2e656
commands/chrome-system-check.sh
@@ -16,7 +16,7 @@ php /usr/bin/dusk-versions-check.php ${SYSTEMCHROME} ${SYSTEMCHROMEDRIVER} ${LAR
16
printf "\n\nDEBUG: begin"
17
COMPATIBLE=$(php /usr/bin/dusk-versions-check.php ${SYSTEMCHROME} ${SYSTEMCHROMEDRIVER} ${LARAVELCHROMEDRIVER} 0)
18
printf "DEBUG: $COMPATIBLE \n\n"
19
-if ("$COMPATIBLE" != "OK"); then
+if ($COMPATIBLE != "OK"); then
20
printf "${GREEN}Starting system Chromedriver (${SYSTEMCHROMEDRIVER}).\n"
21
source start-chromedriver
22
else
0 commit comments