Update wp.sh

This commit is contained in:
NewName
2024-08-17 12:29:04 +08:00
parent ab9684c315
commit 6bdf44aaa5

2
wp.sh
View File

@@ -79,7 +79,7 @@ if systemctl is-active --quiet apache2; then
sudo systemctl stop apache2
sudo systemctl disable apache2
else
echo -e "\033[32m当前环境是正常状态。\033[0m"
echo -e "当前环境是正常状态。"
fi
sudo bash -c "cat > /etc/caddy/Caddyfile" <<EOF