From 805f64d0627d10835d2607d8889bd68fd724b5e9 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 1 Dec 2015 13:27:11 +0200 Subject: [PATCH] Correct output json syntax. --- ssl/dhparams | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/dhparams b/ssl/dhparams index e5ed96d..3a7b886 100755 --- a/ssl/dhparams +++ b/ssl/dhparams @@ -22,4 +22,4 @@ fi bits="$(openssl dhparam -in $path -text -noout \ | sed -n 's/[a-zA-Z#0-9 \-]*Parameters: (\([0-9]*\) bit)/\1/p')" -echo "{ \"changed\": False, \"path\": \"$path\", \"bits\": $bits }" +echo "{ \"changed\": false, \"path\": \"$path\", \"bits\": $bits }" -- GitLab