Update wp.sh

This commit is contained in:
NewName
2024-08-17 12:30:12 +08:00
parent 6bdf44aaa5
commit 87c8ad761d

2
wp.sh
View File

@@ -1,5 +1,5 @@
#!/bin/bash
# 一键部署WordPress脚本
# 一键部署WordPress脚本项目地址https://github.com/sky22333/shell
# 检查是否已经安装 WordPress
if [ -d "/var/www/html/wordpress" ]; then