mirror of
https://github.com/mikenye/docker-picard.git
synced 2026-04-18 05:54:01 +02:00
12 lines
163 B
Bash
Executable File
12 lines
163 B
Bash
Executable File
#!/usr/bin/env sh
|
|
#shellcheck shell=sh
|
|
|
|
set -xe
|
|
|
|
HOME=/config
|
|
export HOME
|
|
|
|
# Unlock Chromium profile
|
|
rm -rf /config/xdg/config/chromium/Singleton*
|
|
|
|
/usr/bin/picard |