mirror of
https://github.com/mikenye/docker-picard.git
synced 2026-04-23 01:05:40 +02:00
14 lines
307 B
Bash
Executable File
14 lines
307 B
Bash
Executable File
#!/usr/bin/env sh
|
|
#shellcheck shell=sh
|
|
|
|
set -xe
|
|
|
|
export HOME=/config
|
|
|
|
# Set default browser
|
|
#firefox -setDefaultBrowser
|
|
#
|
|
#PROFILEDIR=$(cat /config/.mozilla/firefox/profiles.ini | grep Path= | grep .default-release | cut -d "=" -f 2)
|
|
#PROFILEPATH="/config/.mozilla/firefox/${PROFILEDIR}"
|
|
|
|
/usr/bin/picard -N |