2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

fix: src error

This commit is contained in:
耗子
2023-08-19 00:03:29 +08:00
parent 34d9d245e1
commit c32ae4a733
2 changed files with 2 additions and 0 deletions

View File

@@ -276,6 +276,7 @@ elif [[ ${memTotal} -ge 32768 ]]; then
fi
# 初始化
cd ${mysqlPath}
rm -rf ${mysqlPath}/src
rm -rf ${mysqlPath}/data
mkdir -p ${mysqlPath}/data

View File

@@ -91,6 +91,7 @@ if [ "$?" != "0" ]; then
exit 1
fi
cd ${postgresqlPath}
rm -rf ${postgresqlPath}/src
# 配置