Use DATABASE instead of PATH

This commit is contained in:
Glenn Y. Rolland 2017-07-18 17:37:29 +02:00
parent 214c2f1d42
commit 25be8bf480

View file

@ -53,7 +53,7 @@ if db_port :
print(prefix + 'PORT=' + db_port)
if db_path :
print(prefix + 'PATH=' + db_path)
print(prefix + 'DATABASE=' + db_path)
if db_query :
print(prefix + 'QUERY=' + db_query)