1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-03 12:40:56 +00:00

Add missing } to JSON output

This commit is contained in:
DL6ER 2017-03-07 17:57:57 +01:00
parent b1a9793d94
commit 4e25e0dc5c
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -38,7 +38,7 @@ function GetFTLData {
outputJSON() {
get_summary_data
echo "{\"domains_being_blocked\":${domains_being_blocked_raw},\"dns_queries_today\":${dns_queries_today_raw},\"ads_blocked_today\":${ads_blocked_today_raw},\"ads_percentage_today\":${ads_percentage_today_raw}"
echo "{\"domains_being_blocked\":${domains_being_blocked_raw},\"dns_queries_today\":${dns_queries_today_raw},\"ads_blocked_today\":${ads_blocked_today_raw},\"ads_percentage_today\":${ads_percentage_today_raw}}"
}
get_summary_data() {