From f339cd25a187c5d922daa5a80eff8d3bad6fadaa Mon Sep 17 00:00:00 2001 From: MegaV0lt Date: Wed, 23 Aug 2017 14:18:50 +0200 Subject: [PATCH] Update uninstall.sh Fix typo on line 9 --- uninstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index e7a36cb..c32e812 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -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 \ No newline at end of file +fi