Skip to content

Commit

Permalink
fix: conf sample name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Apr 2, 2024
1 parent b0115e0 commit 5d4bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installscripts/install-jukebox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ install_main() {
sudo cp "${jukebox_dir}"/misc/sampleconfigs/locale.gen.sample /etc/locale.gen
sudo cp "${jukebox_dir}"/misc/sampleconfigs/locale.sample /etc/default/locale
sudo locale-gen
sudo cp "${jukebox_dir}"/misc/sampleconfigs/mopidy-etc.sample "${mopidy_conf}"
sudo cp "${jukebox_dir}"/misc/sampleconfigs/mopidy.conf.sample "${mopidy_conf}"
# Change vars to match install config
sudo sed -i 's/%spotify_username%/'"$SPOTIuser"'/' "${mopidy_conf}"
sudo sed -i 's/%spotify_password%/'"$SPOTIpass"'/' "${mopidy_conf}"
Expand Down

0 comments on commit 5d4bed9

Please sign in to comment.