diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-15 17:47:16 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-15 17:47:16 +0100 |
commit | d727e5201e829dfc749c7ac6388adbea37aa714d (patch) | |
tree | d93c401ec5af943ece0e737480caaca829284fb4 /stages | |
parent | cc2c8c85984a9e6611bb04544e7010701e4ed4b3 (diff) | |
download | archinstall-d727e5201e829dfc749c7ac6388adbea37aa714d.tar archinstall-d727e5201e829dfc749c7ac6388adbea37aa714d.tar.zst archinstall-d727e5201e829dfc749c7ac6388adbea37aa714d.zip |
Fixed usability bug.
Diffstat (limited to 'stages')
-rw-r--r-- | stages/first_stage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stages/first_stage.sh b/stages/first_stage.sh index 1226de0..8b9d640 100644 --- a/stages/first_stage.sh +++ b/stages/first_stage.sh @@ -61,4 +61,4 @@ bash copy_archinstall_log.sh $LOG_FILE_PATH bash unmount_filesystems.sh $root_partition_path -bash print_final_message.sh +bash print_final_message.sh $DEFAULT_PASSWORD |