diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-11-12 20:51:32 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-11-12 20:51:32 +0100 |
commit | d1f5d1fbfc7c7c007af11dc12ca2958cf4e5275b (patch) | |
tree | 549244898e3022de1e9f11e234ab53ebe79553e2 | |
parent | 1cbd3eb05ea776f52cea03ca03aa3628992aca06 (diff) | |
download | archinstall-d1f5d1fbfc7c7c007af11dc12ca2958cf4e5275b.tar archinstall-d1f5d1fbfc7c7c007af11dc12ca2958cf4e5275b.tar.zst archinstall-d1f5d1fbfc7c7c007af11dc12ca2958cf4e5275b.zip |
Another bugfix (?).
-rw-r--r-- | archinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.sh b/archinstall.sh index 15dbe94..df59821 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -102,4 +102,4 @@ sleep $DELAY # Launching first stage -bash $REPOSITORY_PATH/bin/first_stage.sh | tee -a $LOG_FILE_PATH +bash $REPOSITORY_PATH/bin/first_stage.sh $DELAY $REPOSITORY_PATH $LOG_FILE_PATH |