diff --git a/manifest.json b/manifest.json index 2ba5093..8890421 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } }, diff --git a/scripts/install b/scripts/install index aebee7a..6782562 100644 --- a/scripts/install +++ b/scripts/install @@ -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