No spaces
This commit is contained in:
parent
ea1227fbac
commit
d37e93f69b
|
@ -148,7 +148,7 @@ function clear_passwords {
|
|||
}
|
||||
|
||||
function export_to_keepass {
|
||||
filename = "$1"
|
||||
filename="$1"
|
||||
|
||||
echo '<database>' > $filename
|
||||
echo ' <group>' >> $filename
|
||||
|
|
Loading…
Reference in New Issue