Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion headless-selenium
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ case "${1:-''}" in
fi

# If we come out of the loop with 2... there's a problem.
if [[ $num -eq 2 || $num -eq 3 ]]
if [[ $num -eq 2 || $num -eq 1 ]]
then
echo "${bon}Error $error! Couldn't start Selenium!${boff}"
sleep 1
Expand Down