From bdfe7d560a4cb36fb9766ba64aeeac58a0bbf20c Mon Sep 17 00:00:00 2001 From: elicro Date: Mon, 27 Nov 2023 17:37:49 +0000 Subject: [PATCH] 2 --- mysql-create-superuser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-create-superuser.sh b/mysql-create-superuser.sh index c8f1f24..4f01656 100755 --- a/mysql-create-superuser.sh +++ b/mysql-create-superuser.sh @@ -3,7 +3,7 @@ PWGEN=`which pwgen` if [ -z "${PWGEN}" ]; then - echo "Could not finf \"pwgen\" binary" + echo "Could not find \"pwgen\" binary" exit 1 fi