Commit f9289feb authored by tianye's avatar tianye

Update db_install.sh

parent cb1130f5
......@@ -68,7 +68,7 @@ sleep 3
#定义安装程序的db路径
DB_DEPLOY_FILE=$(dirname $0)/Health-cloud-server/db_server
echo ${DB_DEPLOY_DIR}
DB_DEPLOY_DIR=/ops_project/Health-cloud-server-DB
if [ ! -d ${DB_DEPLOY_DIR} ];then mkdir -p ${DB_DEPLOY_DIR};fi
#定义部署目标路径(app,db)
db_sc_dir=${DB_DEPLOY_DIR}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment