Browse Source

#707 remove delete data

v1.3
Christian Rotzoll 5 years ago
parent
commit
2422c59f07
  1. 1
      home.admin/config.scripts/blitz.ups.sh

1
home.admin/config.scripts/blitz.ups.sh

@ -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}"

Loading…
Cancel
Save