minor changes

This commit is contained in:
allan 2025-06-02 13:40:49 +02:00
parent e661349b00
commit 5820d3dfb9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -33,7 +33,7 @@ printf -- "./wordpressinstall [-n] <wordpress domain>
printf -- " [-d] <wordpress database name> \n"
printf -- " [-u] <wordpress database user> \n"
printf -- " [-p] <wordpress database password> \n"
printf -- " [-r] <database root password> \n"
printf -- " [-r] <mariadb root password> \n"
printf -- " [-help] <this screen> \n\n"
printf -- "Examples: \n"
printf -- "./wordpressinstall -n wp.something.xyz -d wpdb -u wpuser -p wppassword \n\n"; }