Mise à jour de 'wrapper.sh'

This commit is contained in:
Pierre Guillod 2023-07-16 12:51:56 +02:00
parent 70ce84819f
commit 85e815b04a

View file

@ -2,10 +2,12 @@
sed -i "s|NC_PASSWORD|$NC_PASSWORD|g" .config/rclone/rclone.conf sed -i "s|NC_PASSWORD|$NC_PASSWORD|g" .config/rclone/rclone.conf
sed -i "s|NC_MUSIC_DIR_URL|$NC_MUSIC_DIR_URL|g" .config/rclone/rclone.conf sed -i "s|NC_MUSIC_DIR_URL|$NC_MUSIC_DIR_URL|g" .config/rclone/rclone.conf
sed -i "s|NC_MUSIC_DIR_URL|$NC_RADIO_DIR_URL|g" .config/rclone/rclone.conf
sed -i "s|NC_USERNAME|$NC_USERNAME|g" .config/rclone/rclone.conf sed -i "s|NC_USERNAME|$NC_USERNAME|g" .config/rclone/rclone.conf
rygel & rygel &
rclone mount --vfs-cache-mode full audio: /root/audio & rclone mount --vfs-cache-mode full audio: /root/audio &
rclone mount --vfs-cache-mode full radio: /root/radio &
wait -n wait -n
exit $? exit $?