Created
August 19, 2014 20:07
-
-
Save bullshit/3e32ac08fb6703910c08 to your computer and use it in GitHub Desktop.
remove mein_homematic from ccu2/lxccu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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