docker-headphones/root/etc/s6-overlay/s6-rc.d/init-headphones-config/run
2023-02-23 11:55:55 +00:00

11 lines
206 B
Text
Executable file
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/with-contenv bash
# shellcheck shell=bash
# copy config
if [[ ! -f /config/config.ini ]]; then
cp /defaults/config.ini /config/config.ini
fi
# permissions
lsiown -R abc:abc \
/config