We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb05de5 commit ca9f24aCopy full SHA for ca9f24a
1 file changed
root/usr/libexec/rpcd/luci.https-dns-proxy
@@ -49,7 +49,7 @@ get_init_status() {
49
local i ports
50
local version
51
name="$(basename "$1")"
52
- name="${name:-$packageName}"
+ name="${name:-${packageName}}"
53
ports="$(ubus_get_ports)"
54
[ -z "$version" ] && version="$(get_version "$name")"
55
json_init
@@ -82,7 +82,7 @@ get_init_status() {
82
get_platform_support() {
83
local name
84
85
86
87
json_add_object "$name"
88
if check_http2; then
0 commit comments