From 01c54ab916ee39b064fbc46b06739f88ee867819 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 28 Apr 2024 17:49:04 -0400 Subject: [PATCH] Update glances.sh tweak --- misc/glances.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/misc/glances.sh b/misc/glances.sh index 8a0309be..31840977 100644 --- a/misc/glances.sh +++ b/misc/glances.sh @@ -96,14 +96,6 @@ EOF } uninstall() { header_info - read -r -p "Verbose mode? " prompt - if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then - STD="" - else - STD="silent" - fi - header_info - msg_info "Uninstalling $APP" if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi systemctl disable -q --now glances