Skip to content

Commit

Permalink
Update mw.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Oct 1, 2024
1 parent 3834a9b commit 1cd436b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/init.d/mw.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}


Expand Down

0 comments on commit 1cd436b

Please sign in to comment.