Skip to content

Commit 1c1df87

Browse files
committed
fix #194 allowing spaces in variables
1 parent 7c0d291 commit 1c1df87

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bin/chromedriver.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
22

3-
exec /usr/bin/chromedriver --verbose --log-path=/var/log/chromedriver --no-sandbox $@
4-
3+
exec /usr/bin/chromedriver --verbose --log-path=/var/log/chromedriver --no-sandbox "$@"

bin/chromium-browser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
exec /usr/lib/chromium/chrome-original --disable-gpu --no-sandbox $@
3+
exec /usr/lib/chromium/chrome-original --disable-gpu --no-sandbox "$@"

0 commit comments

Comments
 (0)