Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
P
Privatisation_Deploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
tianye
Privatisation_Deploy
Commits
f9289feb
Commit
f9289feb
authored
Jun 08, 2022
by
tianye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update db_install.sh
parent
cb1130f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db_install.sh
db_install.sh
+1
-1
No files found.
db_install.sh
View file @
f9289feb
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment