Update wp.sh

This commit is contained in:
NewName
2024-09-11 17:53:05 +08:00
parent 93d73ce89e
commit fa79dde596

View File

@@ -107,6 +107,7 @@ sudo systemctl restart php${PHP_VERSION}-fpm
if systemctl is-active --quiet apache2; then
sudo systemctl stop apache2
sudo systemctl disable apache2
sudo apt remove --purge apache2 -y
else
echo -e "当前环境是正常状态。"
fi