1
0
mirror of synced 2025-12-18 13:22:16 +01:00
Files
hassio-addons/oscam/root/etc/cont-init.d/30-config
2022-08-26 04:30:30 +02:00

11 lines
212 B
Plaintext
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
# make folders
mkdir -p /config/oscam
# copy config
[[ ! -e /config/oscam/oscam.conf ]] && cp /defaults/oscam.conf /config/oscam/oscam.conf
# permissions
chown -R abc:abc /config