#707 remove delete data

This commit is contained in:
Christian Rotzoll
2019-08-07 22:32:28 +02:00
parent e3c2ea34ff
commit 2422c59f07

View File

@@ -122,7 +122,6 @@ 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}"