addon-phlex/phlex/rootfs/etc/cont-init.d/phlex.sh
Franck Nijhof 5f74cd09c8
🔨 Re-branding
2020-02-15 14:07:15 +01:00

12 lines
439 B
Bash

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: FlexTV
# Configures FlexTV
# ==============================================================================
if ! bashio::fs.file_exists '/data/config.php'; then
cp /opt/default_config.php /data/config.php
fi
ln -sf /data/config.php /opt/rw/config.php
chown nginx:nginx /data/config.php