Skip to content

Commit

Permalink
VH 1314 - Added browser commands to ignore warning on chrome and chro…
Browse files Browse the repository at this point in the history
…mium browsers
  • Loading branch information
DokurOmkar committed Jul 9, 2024
1 parent adfb5a8 commit cb6f5c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration/initialization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,5 @@ cd "$mysqlDir" || return # return in case cd fails

chromium-browser "http://127.0.0.1" > /dev/null 2>&1 &
chromium-browser "https://127.0.0.1:19760" > /dev/null 2>&1 &
google-chrome --ignore-certificate-errors localhost
chromium-browser --ignore-certificate-errors localhost

0 comments on commit cb6f5c4

Please sign in to comment.