From 32e6b83611263cac26ca9b4630079823ab9ce957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 21 Aug 2025 18:32:01 +0300 Subject: [PATCH] Exit after Uninstall finished --- src/commands/maintenance/uninstall.sh | 6 ++++++ wx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/commands/maintenance/uninstall.sh b/src/commands/maintenance/uninstall.sh index 73936a7..22337db 100644 --- a/src/commands/maintenance/uninstall.sh +++ b/src/commands/maintenance/uninstall.sh @@ -16,4 +16,10 @@ wx-uninstall(){ then rm "$HOME/bin/wx" -rf fi + + echo " " + echo " " + echo " " + + exit 1 } diff --git a/wx b/wx index 558282e..c5a3e87 100755 --- a/wx +++ b/wx @@ -454,6 +454,12 @@ wx-uninstall(){ then rm "$HOME/bin/wx" -rf fi + + echo " " + echo " " + echo " " + + exit 1 } wx-update(){