From 70d9ea81b9d37d776882afabd2ed2aa630dec4f7 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Mon, 25 Apr 2016 18:44:06 +0100 Subject: [PATCH] Don't set LD_LIBRARY_PATH in bootstrap.sh --- bootstrap.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index ceccb3d..5e9b604 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -6,6 +6,4 @@ echo "CD'd to directory: $1" echo "Executing with parameters: ${@:2}" -export LD_LIBRARY_PATH=/usr/lib/plexmediaserver - /plexmediaserver/Resources/Plex\ New\ Transcoder "${@:2}" \ No newline at end of file