From 3465a481eb655a4ae508a649d889cdc36007a59e Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Thu, 10 Sep 2015 18:42:58 +0100 Subject: [PATCH] Add debugging messages --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index e9e9fb9..0a9f6af 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,4 +2,8 @@ cd $1 +echo "CD'd to directory: $1" + +echo "Executing with parameters: ${@:2}" + /plexmediaserver/Resources/Plex\ New\ Transcoder "${@:2}" \ No newline at end of file