diff --git a/bin/wrapper.sh b/bin/wrapper.sh index 8dc3e3f..bb8201d 100644 --- a/bin/wrapper.sh +++ b/bin/wrapper.sh @@ -4,6 +4,8 @@ sed -i "s|NC_PASSWORD|$NC_PASSWORD|g" /root/.config/rclone/rclone.conf sed -i "s|NC_MUSIC_DIR_URL|$NC_MUSIC_DIR_URL|g" /root/.config/rclone/rclone.conf sed -i "s|NC_RADIO_DIR_URL|$NC_RADIO_DIR_URL|g" /root/.config/rclone/rclone.conf sed -i "s|NC_USERNAME|$NC_USERNAME|g" /root/.config/rclone/rclone.conf +sed -i "s|GERBERA_IP|$GERBERA_IP|g" /root/.config/gerbera/config.xml +sed -i "s|GERBERA_PORT|$GERBERA_PORT|g" /root/.config/gerbera/config.xml rclone mount --read-only --vfs-cache-mode full audio: /content/audio & rclone mount --read-only --vfs-cache-mode full radio: /content/radio &