Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin committed Nov 6, 2023
1 parent 7cd2fdb commit c6ea49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installscripts/buster-install-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ install_main() {
# Replace homedir; double quotes for variable expansion
sudo sed -i "s%/home/pi%${HOME_DIR}%g" "${mpd_conf}"
sudo chown mpd:audio "${mpd_conf}"
sudo chmod 644 "${mpd_conf}"
sudo chmod 640 "${mpd_conf}"
fi

# set which version has been installed
Expand Down

0 comments on commit c6ea49c

Please sign in to comment.