summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-11-12 20:58:24 +0100
committerxengineering <mail2xengineering@protonmail.com>2019-11-12 20:58:24 +0100
commitb29128ec2d73ac23fe7bddd7d34b061e4a1df25a (patch)
tree86add6cb791cc2e94fd20c11516bc6e8e9c64b5b
parent606fec3669b2ec02679e974bc1c1e2172a81b940 (diff)
downloadarchinstall-b29128ec2d73ac23fe7bddd7d34b061e4a1df25a.tar
archinstall-b29128ec2d73ac23fe7bddd7d34b061e4a1df25a.tar.zst
archinstall-b29128ec2d73ac23fe7bddd7d34b061e4a1df25a.zip
Bug fixed.
-rw-r--r--archinstall.sh2
-rw-r--r--bin/first_stage.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/archinstall.sh b/archinstall.sh
index df59821..e764b4c 100644
--- a/archinstall.sh
+++ b/archinstall.sh
@@ -102,4 +102,4 @@ sleep $DELAY
# Launching first stage
-bash $REPOSITORY_PATH/bin/first_stage.sh $DELAY $REPOSITORY_PATH $LOG_FILE_PATH
+bash $REPOSITORY_PATH/bin/first_stage.sh $DELAY $REPOSITORY_PATH $LOG_FILE_PATH | tee -a $LOG_FILE_PATH
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