fix remove

This commit is contained in:
rootzoll
2019-12-19 00:42:42 +01:00
parent e7ebc48e2a
commit 876117695a

View File

@@ -45,6 +45,8 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
sudo sed -i "s/^lndmanage=.*/lndmanage=off/g" /mnt/hdd/raspiblitz.conf
echo "*** REMOVING LNDMANAGE ***"
deactivate 2>/dev/null
cd
sudo rm -rf /home/admin/lndmanage
echo "OK, lndmanage is removed."
exit 0