diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2015-11-22 14:10:16 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2015-11-22 14:10:16 +0530 |
commit | 08a649126012ec9af97546b7fe6f241ad4561bda (patch) | |
tree | ac4975f500882d84036047795fbef81d92c26b46 | |
parent | 8f3cfde8bf26c0cd4635d6cba91024745a829b63 (diff) |
Fix variable name, used to show password
-rwxr-xr-x | bootstrap_debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap_debian b/bootstrap_debian index 6324450..f624dc0 100755 --- a/bootstrap_debian +++ b/bootstrap_debian @@ -88,5 +88,5 @@ debootstrap --verbose --variant=minbase --arch=$ARCHITECTURE \ if [ -n "$ROOT_PASSWD" ]; then echo "root:$ROOT_PASSWD" | chroot "$target" chpasswd - echo "Root password is '$ROOT_PASSWRD', please change!" + echo "Root password is '$ROOT_PASSWD', please change!" fi |