summarylogtreecommitdiffstats
path: root/gost-engine.install
diff options
context:
space:
mode:
Diffstat (limited to 'gost-engine.install')
-rw-r--r--gost-engine.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gost-engine.install b/gost-engine.install
index 4c83fa896dc6..028a6b3b188f 100644
--- a/gost-engine.install
+++ b/gost-engine.install
@@ -61,7 +61,7 @@ post_install() {
exit 0
fi
- if openssl engine | grep -iq 'gost'; then
+ if openssl engine | grep -iq "gost"; then
echo -e "\E[1m\E[33mGost Engine successfully installed and OpenSSL automatic configured! All works fine!\E[0m"
fi