Attempt to modify for use with Google Chrome

This commit is contained in:
Michael Bradley 2025-05-18 14:19:12 -04:00
parent 8b19e3e5c3
commit e1d168cb7e
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
4 changed files with 19 additions and 23 deletions

View file

@ -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