Skip to content

Commit

Permalink
Correct permission of config file
Browse files Browse the repository at this point in the history
Install NodeJS dependencies
  • Loading branch information
ivesdebruycker committed Nov 7, 2016
1 parent c57de9e commit de475a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
echo "Initializing config"
mkdir /data/configuration/music_service/live_playlists
cp /data/plugins/music_service/live_playlists/config.json /data/configuration/music_service/live_playlists/config.json
chown volumio:volumio /data/configuration/music_service/live_playlists/config.json

echo "Install NodeJS dependencies"
( cd /data/plugins/music_service/live_playlists && npm install )

echo "plugin install end"

0 comments on commit de475a2

Please sign in to comment.