fix #230: open files with spaces on linux

This commit is contained in:
antelle 2016-06-04 12:22:17 +03:00
parent 049f801c2e
commit 556a7b3236
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
/opt/keeweb-desktop/KeeWeb --disable-updater $1
/opt/keeweb-desktop/KeeWeb --disable-updater "$1"