diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-11-12 20:54:34 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-11-12 20:54:34 +0100 |
commit | 606fec3669b2ec02679e974bc1c1e2172a81b940 (patch) | |
tree | ee25f1a4f2378c288cb8fb77f04d918ab3ffd82e | |
parent | d1f5d1fbfc7c7c007af11dc12ca2958cf4e5275b (diff) | |
download | archinstall-606fec3669b2ec02679e974bc1c1e2172a81b940.tar archinstall-606fec3669b2ec02679e974bc1c1e2172a81b940.tar.zst archinstall-606fec3669b2ec02679e974bc1c1e2172a81b940.zip |
Changes for last bugfix.
-rw-r--r-- | bin/first_stage.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/first_stage.sh b/bin/first_stage.sh index b87669d..360b2fa 100644 --- a/bin/first_stage.sh +++ b/bin/first_stage.sh @@ -23,6 +23,13 @@ #################### +# Argument Processing + +$DELAY=$1 +$REPOSITORY_PATH=$2 +$LOG_FILE_PATH=$3 + + # Interview echo "Here is a list of available hard disks on your computer:" |