From 5a40a0f0332e9b14c6d4c07db413744924e4a2d3 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Tue, 7 Mar 2017 18:10:59 +0100 Subject: [PATCH] mkdir .config dir --- manifest.json | 4 ++-- scripts/install | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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