Update glances.sh

tweak
pull/2884/head
tteckster 7 months ago committed by GitHub
parent 869a95d221
commit 01c54ab916
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -96,14 +96,6 @@ EOF
}
uninstall() {
header_info
read -r -p "Verbose mode? <y/N> " 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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.