Skip to content

Commit 53cfc17

Browse files
authored
Merge pull request #272 from Jakob-em/master
Add exec to chrome wrapper scripts
2 parents ac880e1 + b1ac08a commit 53cfc17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/chromedriver.sh

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

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

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-
/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)