Skip to content

Commit ceee512

Browse files
committed
Print the Firefox version during startup.
1 parent 6494eb3 commit ceee512

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/startapp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ set -u # Treat unset variables as an error.
55

66
export HOME=/config
77
mkdir -p /config/profile
8+
firefox --version
89
exec /usr/bin/firefox_wrapper --profile /config/profile --setDefaultBrowser >> /config/log/firefox/output.log 2>> /config/log/firefox/error.log

0 commit comments

Comments
 (0)