Updated an exmaple command to be a little more up-to-date

This commit is contained in:
Dan Brown 2021-09-06 21:35:25 +01:00
commit ecf63f6a84
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View file

@ -81,8 +81,8 @@ sudo dpkg-reconfigure locales
```
For other operating systems this may be different. After installing new locales you may need to restart any running PHP processes.
For example, On Ubuntu, running PHP7.2:
For example, On Ubuntu, running PHP 7.4:
```bash
sudo systemctl restart php7.2-fpm.service
sudo systemctl restart php7.4-fpm.service
```