diff --git a/bootstrap.sh b/bootstrap.sh index 3a487fd..8576ea4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,11 +1,11 @@ #!/bin/bash -mkdir -p "$2" +mkdir -p "$1" -cd "$2" +cd "$1" -echo "CD'd to directory: $2" +echo "CD'd to directory: $1" -echo "Executing with parameters: ${@:3}" +echo "Executing with parameters: ${@:2}" -/plexmediaserver/Resources/Plex\ New\ Transcoder "${@:3}" \ No newline at end of file +/plexmediaserver/Resources/Plex\ New\ Transcoder "${@:2}" \ No newline at end of file