Update wp.sh

This commit is contained in:
NewName
2024-08-17 12:31:15 +08:00
parent 87c8ad761d
commit 782c5bbf2c

2
wp.sh
View File

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