fix ntfy get version

This commit is contained in:
creme 2023-03-19 14:54:34 +01:00
parent 872e579771
commit d32f2c86bc
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ cat<<EOM > "$TMP_JSON"
},
"ntfy": {
"desc": "a simple HTTP-based pub-sub notification service",
"version": "dpkg -s ntfy | awk '/Version:/ {print $2}'",
"version": "$(dpkg -s ntfy | awk '/Version:/ {print $2}')",
"url": "https://ntfy.$DOMAIN/",
"server": "core.$DOMAIN"
},