diff --git a/i18n/fr/docusaurus-plugin-content-docs/version-24.10/upgrade/upgrade-from-22-10.md b/i18n/fr/docusaurus-plugin-content-docs/version-24.10/upgrade/upgrade-from-22-10.md index 9bc548a25a93..87937662bc1b 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/version-24.10/upgrade/upgrade-from-22-10.md +++ b/i18n/fr/docusaurus-plugin-content-docs/version-24.10/upgrade/upgrade-from-22-10.md @@ -115,6 +115,7 @@ dnf module enable php:8.2 ```shell systemctl stop php8.1-fpm +systemctl disable php8.1-fpm ``` @@ -331,7 +332,6 @@ systemctl reload php-fpm httpd ```shell apt autoremove systemctl daemon-reload -systemctl disable php8.1-fpm systemctl enable php8.2-fpm systemctl start php8.2-fpm systemctl restart apache2