Mise à jour de 'wrapper.sh'
This commit is contained in:
parent
70ce84819f
commit
85e815b04a
1 changed files with 2 additions and 0 deletions
|
@ -2,10 +2,12 @@
|
|||
|
||||
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_RADIO_DIR_URL|g" .config/rclone/rclone.conf
|
||||
sed -i "s|NC_USERNAME|$NC_USERNAME|g" .config/rclone/rclone.conf
|
||||
|
||||
rygel &
|
||||
rclone mount --vfs-cache-mode full audio: /root/audio &
|
||||
rclone mount --vfs-cache-mode full radio: /root/radio &
|
||||
|
||||
wait -n
|
||||
exit $?
|
||||
|
|
Reference in a new issue