diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-11-12 20:58:24 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-11-12 20:58:24 +0100 |
commit | b29128ec2d73ac23fe7bddd7d34b061e4a1df25a (patch) | |
tree | 86add6cb791cc2e94fd20c11516bc6e8e9c64b5b /bin/first_stage.sh | |
parent | 606fec3669b2ec02679e974bc1c1e2172a81b940 (diff) | |
download | archinstall-b29128ec2d73ac23fe7bddd7d34b061e4a1df25a.tar archinstall-b29128ec2d73ac23fe7bddd7d34b061e4a1df25a.tar.zst archinstall-b29128ec2d73ac23fe7bddd7d34b061e4a1df25a.zip |
Bug fixed.
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 |