Skip to content
Snippets Groups Projects
Commit 35397531 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'update-localdump-to-classlike-functions' into 'master'

re-apply Martins fix for pgsql

See merge request !51
parents db095112 4e313556
No related branches found
No related tags found
1 merge request!51re-apply Martins fix for pgsql
...@@ -35,7 +35,7 @@ fi ...@@ -35,7 +35,7 @@ fi
function checkRequirements(){ function checkRequirements(){
j_requireBinary "pg_dump" 1 j_requireBinary "pg_dump" 1
j_requireProcess "postgres" 1 j_requireProcess "postgres|postmaster" 1
# set flag and reset return code # set flag and reset return code
test $rc -eq 0 && SERVICEFOUND=1 test $rc -eq 0 && SERVICEFOUND=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment