Skip to content
Snippets Groups Projects
Commit a3f2eb6b authored by Jan-Philipp Litza's avatar Jan-Philipp Litza
Browse files

alfred: name -> hostname

parent 59616e8d
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment