added abspath for db
This commit is contained in:
parent
c595a85d87
commit
a616830a7b
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
keepassdb="Nextcloud/passwords/Passwords.kdbx"
|
||||
keepassdb="$HOME/Nextcloud/passwords/Passwords.kdbx"
|
||||
|
||||
type wg >/dev/null 2>&1 || { printf "wireguard is not installed\n" >&2; exit 1; }
|
||||
type keepassxc-cli >/dev/null 2>&1 || { printf "KeepassXC is not installed\n" >&2; exit 1; }
|
||||
|
Loading…
Reference in New Issue
Block a user