odinb / bash-plexamp-installer

PlexAmp-installer for Raspberry Pi with ARM64 HW. Headless music-player controlled from any other Plexamp client.
https://www.plex.tv/plexamp/
GNU General Public License v3.0
93 stars 8 forks source link

incorrect directory name #3

Closed pscharfg closed 2 years ago

pscharfg commented 2 years ago

Hi and thanks for putting this together.

Line 367 of your script needs to be updated from:

sed -i "s#WorkingDirectory=/home/pi/plexamp#WorkingDirectory=/home/"$USER"/plexamp#g" /home/brodersen/.config/systemd/user/plexamp.service

to sed -i "s#WorkingDirectory=/home/pi/plexamp#WorkingDirectory=/home/"$USER"/plexamp#g" /home/"$USER"/.config/systemd/user/plexamp.service

odinb commented 2 years ago

Thanks for reporting, do appreciate it! You are absolutely correct! Updated now!