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:
@@ -276,6 +276,7 @@ elif [[ ${memTotal} -ge 32768 ]]; then
|
||||
fi
|
||||
|
||||
# 初始化
|
||||
cd ${mysqlPath}
|
||||
rm -rf ${mysqlPath}/src
|
||||
rm -rf ${mysqlPath}/data
|
||||
mkdir -p ${mysqlPath}/data
|
||||
|
||||
@@ -91,6 +91,7 @@ if [ "$?" != "0" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd ${postgresqlPath}
|
||||
rm -rf ${postgresqlPath}/src
|
||||
|
||||
# 配置
|
||||
|
||||
Reference in New Issue
Block a user