From b66c44d3f48c5829475f5bb9df3e9278a7dc31d7 Mon Sep 17 00:00:00 2001 From: NewName Date: Sun, 18 Aug 2024 07:45:17 +0800 Subject: [PATCH] Update wp.sh --- web/wp.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/wp.sh b/web/wp.sh index eddcfbc..a388c90 100644 --- a/web/wp.sh +++ b/web/wp.sh @@ -1,5 +1,6 @@ #!/bin/bash # 一键部署WordPress脚本 +# 项目地址https://github.com/sky22333/shell # 检查是否已经安装 WordPress if [ -d "/var/www/html/wordpress" ]; then @@ -42,6 +43,7 @@ y y EOF +# 项目地址https://github.com/sky22333/shell # 创建WordPress数据库和用户 DB_NAME="wordpress" DB_USER="wpuser"