0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

Typos fix - Update UPGRADE.txt

A few simple typos fixed.
This commit is contained in:
knofte 2023-09-18 20:13:39 +03:00 committed by GitHub
parent 2324cf6594
commit 2ea74cabb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ needs to be writeable for your webserver.
(if your Apache runs as user "www-data") (if your Apache runs as user "www-data")
If you have SELinux enabled, also run (adust the path to match your setup) If you have SELinux enabled, also run (adjust the path to match your setup)
$ sudo semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/utils/pfadmin/public/templates_c(/.*)?" $ sudo semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/utils/pfadmin/public/templates_c(/.*)?"
$ sudo restorecon -Rv /var/www/utils/pfadmin/ $ sudo restorecon -Rv /var/www/utils/pfadmin/
@ -87,7 +87,7 @@ into the form, and setup.php will echo out the hashed value (which needs to go i
The setup_password removes the requirement for you to delete setup.php, and also closes a security hole. The setup_password removes the requirement for you to delete setup.php, and also closes a security hole.
Since version 2.2 of Postfixadmin, setup.php can perform the needed database Since version 2.2 of Postfixadmin, setup.php can perform the needed database
updates automatically . updates automatically.
If you update from 2.1 or older, also create a superadmin account using setup.php. If you update from 2.1 or older, also create a superadmin account using setup.php.