Update mw.tpl

This commit is contained in:
Mr Chen 2024-10-01 18:19:54 +08:00
parent 3834a9b0b8
commit 1cd436bc5d
1 changed files with 2 additions and 2 deletions

View File

@ -437,8 +437,8 @@ mw_connect_pgdb(){
pwd=$(cd ${ROOT_PATH}/mdserver-web && python3 ${ROOT_PATH}/mdserver-web/plugins/postgresql/index.py root_pwd)
echo "${ROOT_PATH}/postgresql/bin/pgsql -U postgres root -p"${pwd}""
${ROOT_PATH}/postgresql/bin/pgsql -U postgres root -p"${pwd}"
echo "${ROOT_PATH}/postgresql/bin/psql -U postgres root -p"${pwd}""
${ROOT_PATH}/postgresql/bin/psql -U postgres root -p"${pwd}"
}