From 5820d3dfb980f8723a614ee989f4d20841a57a8b Mon Sep 17 00:00:00 2001 From: allan Date: Mon, 2 Jun 2025 13:40:49 +0200 Subject: [PATCH] minor changes --- README.md | 2 +- wordpressinstall | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f788ce..719ca19 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ and also the default "sites-enabled" Nginx configurarion I use when you start troubleshooting. ### Q and A -Q: Why does the script needs the root password for MariaDB ?\ +Q: Why does the script need the MariaDB root password ?\ A: The script need this password in order to be able to create the wordpress database and det the correct permisions. ### More guides diff --git a/wordpressinstall b/wordpressinstall index c01db6f..7cf63f4 100755 --- a/wordpressinstall +++ b/wordpressinstall @@ -33,7 +33,7 @@ printf -- "./wordpressinstall [-n] printf -- " [-d] \n" printf -- " [-u] \n" printf -- " [-p] \n" -printf -- " [-r] \n" +printf -- " [-r] \n" printf -- " [-help] \n\n" printf -- "Examples: \n" printf -- "./wordpressinstall -n wp.something.xyz -d wpdb -u wpuser -p wppassword \n\n"; }