Skip to content

Commit

Permalink
Update upgrade-from-22-10.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cg-tw authored Dec 11, 2024
1 parent 50edaee commit 47fff2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ dnf module enable php:8.2

```shell
systemctl stop php8.1-fpm
systemctl disable php8.1-fpm
```

</TabItem>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 47fff2c

Please sign in to comment.