diff options
-rwxr-xr-x | benchmark.bash | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmark.bash b/benchmark.bash index db962a7..21bed73 100755 --- a/benchmark.bash +++ b/benchmark.bash @@ -88,8 +88,7 @@ elif [[ $OPT_LOOPBACK -eq 1 ]]; then else echo -n "Testing gocryptfs $OPT_XCHACHA $OPT_AEGIS $OPT_OPENSSL at $CRYPT: " gocryptfs -version - gocryptfs $OPT_XCHACHA -q -init -extpass="echo test" -scryptn=10 "$CRYPT" - gocryptfs $OPT_AEGIS -q -init -extpass="echo test" -scryptn=10 "$CRYPT" + gocryptfs $OPT_XCHACHA $OPT_AEGIS -q -init -extpass="echo test" -scryptn=10 "$CRYPT" gocryptfs $OPT_OPENSSL -q -extpass="echo test" "$CRYPT" "$MNT" fi |