Skip to content

Commit

Permalink
fix addon uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed May 2, 2018
1 parent 9949b07 commit 88af93c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion addon_files/node-red/node-red
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ case "$1" in
rm -r $ADDON_DIR
rm $CONF_DIR/lighttpd/node-red.conf
rm $CONF_DIR/rc.d/node-red
rm /usr/local/bin/node-red-admin
rm /usr/local/etc/config/addons/www/check_update_node_red.cgi
;;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccu-addon-node-red",
"version": "0.0.14",
"version": "0.0.15",
"description": "Package Node-RED as Homematic CCU addon",
"repository": "github:hobbyquaker/ccu-addon-node-red",
"private": true,
Expand Down

0 comments on commit 88af93c

Please sign in to comment.