Remove superfluous quotes in ssl-opt.sh
This commit is contained in:
parent
cb1cc80cf5
commit
a0dc9cf8ec
@ -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 New Issue
Block a user