From a616830a7bfe647a15ea845f632d23cbb11efb79 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Sat, 15 Aug 2020 14:15:37 +0200 Subject: [PATCH] added abspath for db --- bin/setupWireguard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setupWireguard b/bin/setupWireguard index 52d74ce..6c1da6e 100755 --- a/bin/setupWireguard +++ b/bin/setupWireguard @@ -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; }