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