From fc7e688ae7fd3365c48a7cd799b7cbf0d622d695 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Fri, 11 Sep 2015 08:53:00 +0100 Subject: [PATCH] Revert "Shift args" This reverts commit 8117a6d38b2c84b15d3f77693e1c455b1f4c5eff. --- bootstrap.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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