ajkis / scripts

Ajki's scripts & guides
https://ajkis.github.io/scripts/
324 stars 91 forks source link

$LD_LIBRARY_PATH/usr/lib/plexmediaserver/Plex\ Media\ Scanner #26

Closed DerUntote closed 7 years ago

DerUntote commented 7 years ago

I saw this error several times in your scrips. example https://github.com/ajkis/scripts/blob/master/plex/plex-scan-new.sh

export LD_LIBRARY_PATH=/usr/lib/plexmediaserver [...] $LD_LIBRARY_PATH/usr/lib/plexmediaserver/Plex\ Media\ Scanner

should be export LD_LIBRARY_PATH=/usr/lib/plexmediaserver $LD_LIBRARY_PATH/Plex\ Media\ Scanner

ajkis commented 7 years ago

thanks, fixed it

DerUntote commented 7 years ago

Thanks