From e2072a49794103e498c4b9ef90f57922926ed258 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:57 -0400 Subject: [PATCH] Fix typo in remove-root-pw script --- templates/2000-remove-root-pw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/2000-remove-root-pw.sh b/templates/2000-remove-root-pw.sh index c061e73..cc018a9 100755 --- a/templates/2000-remove-root-pw.sh +++ b/templates/2000-remove-root-pw.sh @@ -1,3 +1,3 @@ #!/bin/sh -echo "I: remove root password +echo "I: remove root password" passwd --delete root