Remove superfluous quotes in ssl-opt.sh
This commit is contained in:
parent
cb1cc80cf5
commit
a0dc9cf8ec
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ requires_config_value_at_most() {
|
|||
}
|
||||
|
||||
requires_ciphersuite_enabled() {
|
||||
if [ -z "$($P_CLI --help | grep "$1")" ]; then
|
||||
if [ -z "$($P_CLI --help | grep $1)" ]; then
|
||||
SKIP_NEXT="YES"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue