From a3f2eb6bc7a9f11b7329462e784ad34e64ff0371 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Mon, 13 Jan 2014 17:11:41 +0100 Subject: [PATCH] alfred: name -> hostname --- package/gluon-alfred/files/lib/gluon/alfred/announce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-alfred/files/lib/gluon/alfred/announce.sh b/package/gluon-alfred/files/lib/gluon/alfred/announce.sh index 41c9c8c3..54d30b5a 100755 --- a/package/gluon-alfred/files/lib/gluon/alfred/announce.sh +++ b/package/gluon-alfred/files/lib/gluon/alfred/announce.sh @@ -18,7 +18,7 @@ fi set -e json_init -json_add_string "name" "$(uci get 'system.@system[0].hostname')" +json_add_string "hostname" "$(uci get 'system.@system[0].hostname')" if [ "$(uci -q get 'system.@system[0].share_location')" = 1 ]; then json_add_object "location"