From 44e5c9ab967fcab61620e6635ab2194b254dfa67 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 21 Sep 2019 19:25:50 +0200 Subject: [PATCH] benchmark.bash: drop hardcoded encfs path --- benchmark.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark.bash b/benchmark.bash index 4949831..b9c9077 100755 --- a/benchmark.bash +++ b/benchmark.bash @@ -72,7 +72,7 @@ if [[ $OPT_ENCFS -eq 1 ]]; then fi echo -n "Testing EncFS at $CRYPT: " encfs --version - /home/jakob.donotbackup/encfs/build/encfs --extpass="echo test" --standard $CRYPT $MNT > /dev/null + encfs --extpass="echo test" --standard $CRYPT $MNT > /dev/null elif [[ $OPT_LOOPBACK -eq 1 ]]; then echo "Testing go-fuse loopback" $HOME/go/src/github.com/hanwen/go-fuse/example/loopback/loopback $MNT $CRYPT &