Fix path computation
This commit is contained in:
parent
25be8bf480
commit
513f2674af
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue