Skip to content

Commit 5c65e8f

Browse files
authored
Fix Json format (hestiacp#5059)
Fix hestiacp#5056
1 parent dc71579 commit 5c65e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-list-mail-domain-dkim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ json_list() {
2828
echo '{'
2929
echo -e "\t\"$domain\": {"
3030
echo " \"PEM\": \"$pem\","
31-
echo " \"PUB\": \"$pub\","
31+
echo " \"PUB\": \"$pub\""
3232
echo -e "\t}\n}"
3333
}
3434

0 commit comments

Comments
 (0)