From 08a649126012ec9af97546b7fe6f241ad4561bda Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sun, 22 Nov 2015 14:10:16 +0530 Subject: Fix variable name, used to show password --- bootstrap_debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap_debian') 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 -- cgit v1.2.3