diff options
author | Jakob Unterwurzacher | 2019-09-21 19:25:50 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-09-21 19:25:50 +0200 |
commit | 44e5c9ab967fcab61620e6635ab2194b254dfa67 (patch) | |
tree | a591ce45175bde20d1cb9cc7c3e0807f002b668b | |
parent | df37318fba4e7af680a7e3b776fa20bd65ed88d2 (diff) |
benchmark.bash: drop hardcoded encfs path
-rwxr-xr-x | benchmark.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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 & |