mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Sed pour enable spotify mieux
This commit is contained in:
parent
c16fcc599f
commit
e93447b730
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ sudo sed -i "s@__IPLOCAL__@$ip_local@g" ../conf/mopidy.conf
|
|||
|
||||
if [ -n "$spotify_user" ];
|
||||
then
|
||||
sudo sed -i '/[spotify]/r enabled = true' ../conf/mopidy.conf
|
||||
sudo sed -i '/[spotify]/a enabled = true' ../conf/mopidy.conf
|
||||
sudo sed -i "s@__USER_SPOTIFY__@$spotify_user@g" ../conf/mopidy.conf
|
||||
sudo sed -i "s@__PWD_SPOTIFY__@$spotify_pass@g" ../conf/mopidy.conf
|
||||
sudo sed -i "s@__ID_SPOTIFY__@$spotify_id@g" ../conf/mopidy.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue