Attempt to modify for use with Google Chrome
This commit is contained in:
parent
8b19e3e5c3
commit
e1d168cb7e
4 changed files with 19 additions and 23 deletions
|
@ -27,7 +27,7 @@ for PID in "$PIDS"; do
|
|||
done
|
||||
set -e
|
||||
|
||||
/usr/bin/chromium --version
|
||||
exec /usr/bin/chromium "$@" >> /config/log/chromium/output.log 2>> /config/log/chromium/error.log
|
||||
flatpak run com.google.Chrome --version
|
||||
exec flatpak run com.google.Chrome "$@" >> /config/log/chromium/output.log 2>> /config/log/chromium/error.log
|
||||
|
||||
# vim:ft=sh:ts=4:sw=4:et:sts=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue