From a095645313cc26776fb87ebab6202e5a7e1dfbe9 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Sun, 24 Apr 2016 22:58:53 +0100 Subject: [PATCH] Revert "Don't quote arguments to Plex New Transcoder" This reverts commit 05343744fbf49749ed9115ae8da16af7696d722e. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 9f18362..5e9b604 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