summaryrefslogtreecommitdiff
path: root/benchmark.bash
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark.bash')
-rwxr-xr-xbenchmark.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmark.bash b/benchmark.bash
index fc97031..d53e718 100755
--- a/benchmark.bash
+++ b/benchmark.bash
@@ -57,6 +57,10 @@ mkdir $MNT
# Mount
if [[ $OPT_ENCFS -eq 1 ]]; then
+ if [[ ! -z $OPT_OPENSSL ]] ; then
+ echo "The option $OPT_OPENSSL only works with gocryptfs"
+ exit 1
+ fi
echo "Testing EncFS at $CRYPT"
encfs --extpass="echo test" --standard $CRYPT $MNT > /dev/null
else