From f5307b1634f4673021e0451c0e97b646045d88ad Mon Sep 17 00:00:00 2001 From: hobbyquaker Date: Thu, 12 Jul 2018 21:37:58 +0200 Subject: [PATCH] fix WebUI buttons (fix #29) --- addon_files/redmatic/bin/redmatic | 1 + addon_files/update_script | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/addon_files/redmatic/bin/redmatic b/addon_files/redmatic/bin/redmatic index eb486f1a..e3b29163 100755 --- a/addon_files/redmatic/bin/redmatic +++ b/addon_files/redmatic/bin/redmatic @@ -82,6 +82,7 @@ case "$1" in Stop $ADDON_DIR/bin/update_addon node-red $ADDON_DIR/bin/update_addon node-red-dashboard + $ADDON_DIR/bin/update_addon redmatic rm -r $ADDON_DIR rm -r $WWW_DIR rm $CONF_DIR/lighttpd/redmatic.conf diff --git a/addon_files/update_script b/addon_files/update_script index 5745250c..c5601463 100755 --- a/addon_files/update_script +++ b/addon_files/update_script @@ -81,7 +81,7 @@ rm $RED_DIR/libexec/git-core.tar.gz # Create Buttons in Homematic WebUI # touch $CONF_DIR/hm_addons.cfg -./update_addon redmatic.cfg +./update_addon redmatic redmatic.cfg sync exit 0