summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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