Skip to content

Commit 79b9f9b

Browse files
Merge pull request #1 from igorsantos07/patch-1
Enabling other spaces on hosts file
2 parents 88b8f45 + 47b7a94 commit 79b9f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/selenium-run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525

2626
## Host File bug sanity check
27-
grep '127.0.0.1 localhost' /etc/hosts > /dev/null
27+
grep -P '127.0.0.1\s*localhost' /etc/hosts > /dev/null
2828
if [[ $? != 0 ]]
2929
then
3030
echo "

0 commit comments

Comments
 (0)