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.
2 parents 7c0d291 + 1c1df87 commit 5af432cCopy full SHA for 5af432c
bin/chromedriver.sh
@@ -1,4 +1,3 @@
1
#!/bin/sh
2
3
-exec /usr/bin/chromedriver --verbose --log-path=/var/log/chromedriver --no-sandbox $@
4
-
+exec /usr/bin/chromedriver --verbose --log-path=/var/log/chromedriver --no-sandbox "$@"
bin/chromium-browser.sh
@@ -1,3 +1,3 @@
-exec /usr/lib/chromium/chrome-original --disable-gpu --no-sandbox $@
+exec /usr/lib/chromium/chrome-original --disable-gpu --no-sandbox "$@"
0 commit comments