[Linux] Fix start_keepass.sh

This commit is contained in:
Ivan Malison 2016-11-20 21:06:16 -08:00
parent c02256b6de
commit 3b2b2dcf28
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,2 +1,2 @@
#!/usr/bin/env zsh
nohup keepassx --keyfile "$HOME/SparkleShare/config/creds/keepass.key" "$HOME/SparkleShare/config/db.kdbx" &
#!/usr/bin/env sh
restart.sh keepassxc "$HOME/SparkleShare/config/db.kdbx" --keyfile "$HOME/SparkleShare/config/creds/keepass.key"