Skip to content

Commit 6274eeb

Browse files
committed
report correctly about successfull established connection in bootstrap
1 parent ca6637d commit 6274eeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mamonsu/tools/bootstrap/start.py

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ def try_configure_connect_to_pg(self):
9090
"Can't connect as user postgres,"
9191
" may be database settings wrong?\n")
9292
return False
93+
else:
94+
return True
95+
9396
else:
9497
sys.stderr.write(
9598
"Can't connect with host=auto,"

0 commit comments

Comments
 (0)