aboutsummaryrefslogtreecommitdiff
path: root/benchmark.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-09-21 19:25:50 +0200
committerJakob Unterwurzacher2019-09-21 19:25:50 +0200
commit44e5c9ab967fcab61620e6635ab2194b254dfa67 (patch)
treea591ce45175bde20d1cb9cc7c3e0807f002b668b /benchmark.bash
parentdf37318fba4e7af680a7e3b776fa20bd65ed88d2 (diff)
benchmark.bash: drop hardcoded encfs path
Diffstat (limited to 'benchmark.bash')
-rwxr-xr-xbenchmark.bash2
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 &