Browse Source

Update uninstall.sh

Fix typo on line 9
pull/27/head
MegaV0lt 7 years ago
committed by GitHub
parent
commit
f339cd25a1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      uninstall.sh

+ 2
- 2
uninstall.sh View File

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

Loading…
Cancel
Save