#707 clean dir after deinstall

This commit is contained in:
Christian Rotzoll 2019-08-07 22:12:02 +02:00
parent 7d8c59250e
commit e3c2ea34ff

View File

@ -122,6 +122,7 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
sudo systemctl stop apcupsd
sudo systemctl disable apcupsd
sudo apt-get remove -y apcupsd
sudo rm -R /etc/apcupsd
sudo sed -i "s/^ups=.*/ups=/g" /mnt/hdd/raspiblitz.conf
else
echo "FAIL: unknown UPSTYPE: ${ups}"