Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
  • Loading branch information
enoch85 committed Apr 15, 2024
1 parent dae6709 commit c86931a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opensearch_certs.sh
Expand Up @@ -40,6 +40,6 @@ mv client.pem \
root-ca-key.pem -t tls_store

# openssl 3.0 workaround
if [ "$(lsb_release -sr)" = "22.04" ]; then
if [ "$(lsb_release -sr)" = "20.04" ]; then
mv root-ca.srl tls_store
fi

0 comments on commit c86931a

Please sign in to comment.