Skip to content

Commit 293810d

Browse files
committed
chromed versions fix
1 parent fd0465b commit 293810d

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
@@ -14,7 +14,7 @@ LARAVELCHROMEDRIVER=`$(pwd)/vendor/laravel/dusk/bin/chromedriver-linux --version
1414
echo ${LARAVELCHROMEDRIVER}
1515
php /usr/bin/dusk-versions-check.php ${SYSTEMCHROME} ${SYSTEMCHROMEDRIVER} ${LARAVELCHROMEDRIVER} 1
1616
COMPATIBLE=$(php /usr/bin/dusk-versions-check.php ${SYSTEMCHROME} ${SYSTEMCHROMEDRIVER} ${LARAVELCHROMEDRIVER} 0)
17-
if [[ "$COMPATIBLE" != "OK" ]]; then
17+
if [[ "$COMPATIBLE" == "OK" ]]; then
1818
printf "${GREEN}Starting compatible (project) Chromedriver (${LARAVELCHROMEDRIVER}).${NC}\n"
1919
source start-project-chromedriver
2020
else

0 commit comments

Comments
 (0)