Browse Source

Fix Json format (#5059)

Fix https://github.com/hestiacp/hestiacp/issues/5056
Maksim Usmanov | Maks 8 months ago
parent
commit
48861fc963
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-list-mail-domain-dkim

+ 1 - 1
bin/v-list-mail-domain-dkim

@@ -28,7 +28,7 @@ json_list() {
 	echo '{'
 	echo -e "\t\"$domain\": {"
 	echo "        \"PEM\": \"$pem\","
-	echo "        \"PUB\": \"$pub\","
+	echo "        \"PUB\": \"$pub\""
 	echo -e "\t}\n}"
 }