From 465129d89bc6910e948f51f6020e916d115aace1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 16 Oct 2018 12:53:32 +0200 Subject: [PATCH] Fix install script execution when target is different than default --- tools/mount-vault | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mount-vault b/tools/mount-vault index b7551205..71290882 100755 --- a/tools/mount-vault +++ b/tools/mount-vault @@ -26,4 +26,4 @@ sudo chown $USER "$MOUNT_TARGET" echo "$MOUNT_SOURCE -> $MOUNT_TARGET" -$HOME/.vault/install +$MOUNT_TARGET/install