diff options
Diffstat (limited to 'bin/first_stage.sh')
-rw-r--r-- | bin/first_stage.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/first_stage.sh b/bin/first_stage.sh index 360b2fa..4db34fa 100644 --- a/bin/first_stage.sh +++ b/bin/first_stage.sh @@ -25,9 +25,9 @@ # Argument Processing -$DELAY=$1 -$REPOSITORY_PATH=$2 -$LOG_FILE_PATH=$3 +DELAY=$1 +REPOSITORY_PATH=$2 +LOG_FILE_PATH=$3 # Interview |