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