Sfoglia il codice sorgente

Merge pull request #27 from MegaV0lt/master

Update uninstall.sh
tags/v1.2
azlux 7 anni fa
committed by GitHub
parent
commit
71ff96ad2a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      uninstall.sh

+ 2
- 2
uninstall.sh Vedi File

@@ -6,9 +6,9 @@ then
systemctl disable log2ram
rm /etc/systemd/system/log2ram.service
rm /usr/local/bin/log2ram
rm etc/log2ram.conf
rm /etc/log2ram.conf
rm /etc/cron.hourly/log2ram
echo "##### Reboot isn't needed #####"
else
echo "You need to be ROOT (sudo can be used)"
fi
fi

Caricamento…
Annulla
Salva