diff --git a/debian/jitsi-meet-tokens.postinst b/debian/jitsi-meet-tokens.postinst index 21280847c5..3df2f9ff65 100644 --- a/debian/jitsi-meet-tokens.postinst +++ b/debian/jitsi-meet-tokens.postinst @@ -39,7 +39,7 @@ case "$1" in echo "Application secret is mandatory" fi # Not allowed unix special characters in secret: /, \, ", ', ` - if echo "$RET" | grep -q '[/\\\"\`]' ; then + if echo "$RET" | grep -q "[/\\\"\`\']" ; then echo "Application secret contains invalid characters: /, \\, \", ', \`" exit 1 fi