From 05343744fbf49749ed9115ae8da16af7696d722e Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Sun, 24 Apr 2016 22:20:36 +0100 Subject: [PATCH] Don't quote arguments to Plex New Transcoder --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5e9b604..9f18362 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -6,4 +6,4 @@ echo "CD'd to directory: $1" echo "Executing with parameters: ${@:2}" -/plexmediaserver/Resources/Plex\ New\ Transcoder "${@:2}" \ No newline at end of file +/plexmediaserver/Resources/Plex\ New\ Transcoder ${@:2} \ No newline at end of file