Skip to content

Instantly share code, notes, and snippets.

@bullshit
Created August 19, 2014 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bullshit/3e32ac08fb6703910c08 to your computer and use it in GitHub Desktop.
Save bullshit/3e32ac08fb6703910c08 to your computer and use it in GitHub Desktop.
remove mein_homematic from ccu2/lxccu
#!/bin/bash
rm -rf /usr/local/etc/config/addons/mh 2>&1 > /dev/null
rm /usr/local/etc/config/addons/www/mh 2>&1 > /dev/null
rm -rf /opt/mh 2>&1 > /dev/null
sed -i 's/\/opt\/mh\/startup.sh/#\/opt\/mh\/startup.sh/g' /etc/init.d/S99eQ3SystemStarted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment