From 8abc2d4618bcdb024352d170ae7eae9fc30b0343 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 1 Dec 2015 14:00:17 +0200 Subject: [PATCH] Correct JSON syntax. --- ssl/dhparams | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/dhparams b/ssl/dhparams index ffc044f..277936c 100755 --- a/ssl/dhparams +++ b/ssl/dhparams @@ -3,7 +3,7 @@ fail () { - echo "{\"failed\": true, \"msg\": \"$1\" \"bits\": 0}" + echo "{\"failed\": true, \"msg\": \"$1\", \"bits\": 0}" exit } -- GitLab