diff options
Diffstat (limited to 'benchmark.bash')
-rwxr-xr-x | benchmark.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.bash b/benchmark.bash index 8bc6abb..ec969df 100755 --- a/benchmark.bash +++ b/benchmark.bash @@ -67,7 +67,7 @@ if [[ $OPT_ENCFS -eq 1 ]]; then exit 1 fi echo "Testing EncFS at $CRYPT" - encfs --extpass="echo test" --standard $CRYPT $MNT > /dev/null + /home/jakob.donotbackup/encfs/build/encfs --extpass="echo test" --standard $CRYPT $MNT > /dev/null else echo "Testing gocryptfs at $CRYPT" gocryptfs -q -init -extpass="echo test" -scryptn=10 $CRYPT |