Skip to content

Commit 5af432c

Browse files
authored
Merge pull request #326 from ppodgorsek/feature/fix-spaces
fix #194 allowing spaces in variables
2 parents 7c0d291 + 1c1df87 commit 5af432c

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)