diff options
| -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 &  | 
