We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d39574 commit 8caae98Copy full SHA for 8caae98
test-saml
@@ -2,5 +2,5 @@
2
if [ "$1" = "saml" ] ; then
3
docker compose exec -T weblate openssl x509 -in /app/data/ssl/saml.crt -text -noout
4
else
5
- docker compose exec -T weblate test -not -f /app/data/ssl/saml.crt
+ docker compose exec -T weblate test ! -f /app/data/ssl/saml.crt
6
fi
0 commit comments