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