From d9d7acf00b0a86746ff30037d22d43f60cc48ac5 Mon Sep 17 00:00:00 2001 From: Rob Whyte Date: Mon, 14 Aug 2017 10:42:28 +1000 Subject: [PATCH] added some -f lags to suppress warnings --- uninstall.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index ed999ae6..8b820fec 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -6,16 +6,16 @@ All scripts and settings will be lost. EOF # ask -read -p "This will remove Fenrir and settings, press ctrl+C to cancel, or enter to continue." continue +read -p "This will remove Fenrir and its settings from your system,, press ctrl+C to cancel, or enter to continue." continue # do it unlink /usr/bin/fenrir unlink /usr/bin/fenrir-daemon -rm -r /opt/fenrir -rm -r /usr/share/fenrir -rm -r /etc/fenrir -rm -r /usr/share/sounds/fenrir -rm /usr/lib/systemd/system/fenrir.service +rm -rf /opt/fenrir +rm -rf /usr/share/fenrir +rm -rf /etc/fenrir +rm -rf /usr/share/sounds/fenrir +rm -f /usr/lib/systemd/system/fenrir.service # success message cat << EOF