mirror of https://github.com/keeweb/keeweb
fix #230: open files with spaces on linux
parent
049f801c2e
commit
556a7b3236
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
/opt/keeweb-desktop/KeeWeb --disable-updater $1
|
||||
/opt/keeweb-desktop/KeeWeb --disable-updater "$1"
|
||||
|
|
Loading…
Reference in New Issue