mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
mkdir .config dir
This commit is contained in:
parent
62000e5851
commit
5a40a0f033
2 changed files with 3 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
"name": "spotify_id",
|
||||
"type": "id",
|
||||
"ask": {
|
||||
"en": "client ID Spotify",
|
||||
"en": "Client ID Spotify",
|
||||
"fr": "ID client Spotify"
|
||||
}
|
||||
},
|
||||
|
@ -80,7 +80,7 @@
|
|||
"name": "spotify_id_secret",
|
||||
"type": "id",
|
||||
"ask": {
|
||||
"en": "client secret ID Spotify",
|
||||
"en": "Client secret ID Spotify",
|
||||
"fr": "ID client secret Spotify"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -74,6 +74,7 @@ else
|
|||
fi
|
||||
|
||||
sudo cp ../conf/mopidy.conf /usr/share/mopidy/conf.d/
|
||||
sudo mkdir /root/.config/mopidy
|
||||
sudo cp ../conf/mopidy.conf /root/.config/mopidy/
|
||||
|
||||
# Running Mopidy as a service
|
||||
|
|
Loading…
Add table
Reference in a new issue