1
0
mirror of synced 2025-12-17 04:52:15 +01:00
Files
hassio-addons/oscam/root/etc/cont-init.d/30-config
2022-08-25 10:10:16 +02:00

14 lines
225 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