summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-12-16 11:09:13 +0100
committerxengineering <mail2xengineering@protonmail.com>2019-12-16 11:09:13 +0100
commitb5f5612309f60c3d06d0fdd26072739196eba611 (patch)
tree7789e7c65e5c61c2ab83ff1c9dc7362e3952d1d8 /util
parente7d83113a7a625091393603c3e95439b56ee80d5 (diff)
downloadarchinstall-b5f5612309f60c3d06d0fdd26072739196eba611.tar
archinstall-b5f5612309f60c3d06d0fdd26072739196eba611.tar.zst
archinstall-b5f5612309f60c3d06d0fdd26072739196eba611.zip
Bugfix for final message.
Diffstat (limited to 'util')
-rw-r--r--util/print_final_message.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/print_final_message.sh b/util/print_final_message.sh
index 63348b4..ea4a42d 100644
--- a/util/print_final_message.sh
+++ b/util/print_final_message.sh
@@ -24,7 +24,7 @@ default_password=$1
cat << EOF
#################################################################
- The default password for your user and root is '$default_password'.
+ The default password for your user and root is '${default_password}'.
You can now power off your machine with 'poweroff',
remove the installation media and boot your new
Arch Linux machine!