summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasudev Kamath <kamathvasudev@gmail.com>2015-11-22 14:10:16 +0530
committerVasudev Kamath <kamathvasudev@gmail.com>2015-11-22 14:10:16 +0530
commit08a649126012ec9af97546b7fe6f241ad4561bda (patch)
treeac4975f500882d84036047795fbef81d92c26b46
parent8f3cfde8bf26c0cd4635d6cba91024745a829b63 (diff)
Fix variable name, used to show password
-rwxr-xr-xbootstrap_debian2
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