Update uninstall.sh

Fix typo on line 9
This commit is contained in:
MegaV0lt 2017-08-23 14:18:50 +02:00 committed by GitHub
parent 18c009a6dd
commit f339cd25a1
1 changed files with 2 additions and 2 deletions

View 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