Skip to content

Commit 5fa3141

Browse files
committed
updates & fixes
1 parent 0c2e656 commit 5fa3141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/chrome-system-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ php /usr/bin/dusk-versions-check.php ${SYSTEMCHROME} ${SYSTEMCHROMEDRIVER} ${LAR
1616
printf "\n\nDEBUG: begin"
1717
COMPATIBLE=$(php /usr/bin/dusk-versions-check.php ${SYSTEMCHROME} ${SYSTEMCHROMEDRIVER} ${LARAVELCHROMEDRIVER} 0)
1818
printf "DEBUG: $COMPATIBLE \n\n"
19-
if ($COMPATIBLE != "OK"); then
19+
if [["$COMPATIBLE" != "OK"]]; then
2020
printf "${GREEN}Starting system Chromedriver (${SYSTEMCHROMEDRIVER}).\n"
2121
source start-chromedriver
2222
else

0 commit comments

Comments
 (0)