diff --git a/apps/mixbox/bin/mbdb b/apps/mixbox/bin/mbdb index 8f79aea..684f37f 100644 --- a/apps/mixbox/bin/mbdb +++ b/apps/mixbox/bin/mbdb @@ -35,9 +35,9 @@ case "$method" in ;; show) if [ -z "${uciname}" ]; then - uci -q show ${appname} | sed -e "/${appname}.[a-z]\+\=config/d" -e 's/mixbox\.[a-z]\+\.//' + uci -q show ${appname} | sed -e "/${appname}.[a-z]\+\=config/d" -e 's/${appname}\.[a-z]\+\.//' else - uci -q get ${appname}.${uciname} &> /dev/null && uci -q show ${appname}.${uciname} | sed -e "/${appname}.[a-z]\+\=config/d" -e 's/mixbox\.[a-z]\+\.//' + uci -q get ${appname}.${uciname} &> /dev/null && uci -q show ${appname}.${uciname} | sed -e "/${appname}.[a-z]\+\=config/d" -e 's/${appname}\.[a-z]\+\.//' fi ;; clear) diff --git a/appstore/history/mixbox_darwin_x86_64.tar.gz b/appstore/history/mixbox_darwin_x86_64.tar.gz index 84305fa..1133d15 100644 Binary files a/appstore/history/mixbox_darwin_x86_64.tar.gz and b/appstore/history/mixbox_darwin_x86_64.tar.gz differ diff --git a/appstore/history/mixbox_linux_arm.tar.gz b/appstore/history/mixbox_linux_arm.tar.gz index db2b848..ac437ed 100644 Binary files a/appstore/history/mixbox_linux_arm.tar.gz and b/appstore/history/mixbox_linux_arm.tar.gz differ diff --git a/appstore/history/mixbox_linux_mips.tar.gz b/appstore/history/mixbox_linux_mips.tar.gz index 1a334cb..1165a31 100644 Binary files a/appstore/history/mixbox_linux_mips.tar.gz and b/appstore/history/mixbox_linux_mips.tar.gz differ diff --git a/appstore/history/mixbox_linux_x86_64.tar.gz b/appstore/history/mixbox_linux_x86_64.tar.gz index e2e6e53..784e356 100644 Binary files a/appstore/history/mixbox_linux_x86_64.tar.gz and b/appstore/history/mixbox_linux_x86_64.tar.gz differ diff --git a/appstore/mixbox_darwin_x86_64.tar.gz b/appstore/mixbox_darwin_x86_64.tar.gz index 1133d15..76cf2c1 100644 Binary files a/appstore/mixbox_darwin_x86_64.tar.gz and b/appstore/mixbox_darwin_x86_64.tar.gz differ diff --git a/appstore/mixbox_linux_arm.tar.gz b/appstore/mixbox_linux_arm.tar.gz index ac437ed..96ac738 100644 Binary files a/appstore/mixbox_linux_arm.tar.gz and b/appstore/mixbox_linux_arm.tar.gz differ diff --git a/appstore/mixbox_linux_mips.tar.gz b/appstore/mixbox_linux_mips.tar.gz index 1165a31..74b3c96 100644 Binary files a/appstore/mixbox_linux_mips.tar.gz and b/appstore/mixbox_linux_mips.tar.gz differ diff --git a/appstore/mixbox_linux_x86_64.tar.gz b/appstore/mixbox_linux_x86_64.tar.gz index 784e356..ef08a18 100644 Binary files a/appstore/mixbox_linux_x86_64.tar.gz and b/appstore/mixbox_linux_x86_64.tar.gz differ