From 3b04f080adfd665cb3188081e767694444b74a8e Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Sat, 30 Mar 2024 19:22:54 +0100 Subject: [PATCH] Actualiser bin/wrapper.sh --- bin/wrapper.sh | 2 ++ 1 file changed, 2 insertions(+) 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 &