A new version with less broken init scripts
[invirt/packages/invirt-database.git] / sipb-xen-database-tables
index f054616..537462a 100755 (executable)
@@ -10,7 +10,7 @@ def usage():
 if len(sys.argv) == 1:
     usage()
 
-connect('postgres://sipb-xen@localhost/sipb_xen')
+connect('postgres://sipb-xen@/sipb_xen')
 
 if sys.argv[1] == "create":
     meta.create_all()