We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f203baf commit 0a95b42Copy full SHA for 0a95b42
bin/chromedriver.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
3
-/usr/bin/chromedriver --verbose --log-path=/var/log/chromedriver --no-sandbox $@
+exec /usr/bin/chromedriver --verbose --log-path=/var/log/chromedriver --no-sandbox $@
4
bin/chromium-browser.sh
@@ -1,3 +1,3 @@
-/usr/lib/chromium/chrome-original --disable-gpu --no-sandbox $@
+exec /usr/lib/chromium/chrome-original --disable-gpu --no-sandbox $@
0 commit comments