We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b10b7d commit 409b69fCopy full SHA for 409b69f
update_script
@@ -4,6 +4,11 @@ ADDON_DIR=/usr/local/etc/config/addons/www/xmlapi
4
RCD_DIR=/usr/local/etc/config/rc.d
5
CONFIG_DIR=/usr/local/etc/config
6
7
+# check for unsupported platforms
8
+if grep -qim1 busmatic /www/api/methods/ccu/downloadFirmware.tcl; then
9
+ exit 13
10
+fi
11
+
12
if [ "$1" = "" ]; then
13
echo "CCU1"
14
lcdtool "installing XML-API "
xml-api
@@ -3,6 +3,11 @@
3
WWW_DIR=/etc/config/addons/www/xmlapi
CONFIG_URL=/addons/xmlapi/
case "$1" in
""|start)
if [ ! -e /www/config/xmlapi ]; then
0 commit comments