Fix path computation

This commit is contained in:
Glenn Y. Rolland 2017-07-18 17:39:03 +02:00
parent 25be8bf480
commit 513f2674af

View file

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