From e0036feff34eac4ca326d6a0a575a8306812f5de Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Thu, 10 Sep 2015 23:07:02 +0100 Subject: [PATCH] Update bootstrap script --- bootstrap.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 0a9f6af..fecc24c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,9 +1,11 @@ #!/bin/bash -cd $1 +mkdir -p "$1" + +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 +/plexmediaserver/Resources/Plex\ New\ Transcoder ${@:2} \ No newline at end of file