From a276adb6d2559ce50cad3c03e2532d151fbc739f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 21 Aug 2025 17:28:23 +0300 Subject: [PATCH] Remove logout from uninstall --- src/commands/maintenance/uninstall.sh | 1 - wx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/commands/maintenance/uninstall.sh b/src/commands/maintenance/uninstall.sh index 6d08a01..a6da98f 100644 --- a/src/commands/maintenance/uninstall.sh +++ b/src/commands/maintenance/uninstall.sh @@ -1,6 +1,5 @@ wx-uninstall(){ wx-header "Uninstall" - wx-logout if [[ ! -d "$HOME/.warengroup" ]] then rm "$HOME/.warengroup" -rf diff --git a/wx b/wx index d3333f3..3421f7d 100755 --- a/wx +++ b/wx @@ -438,7 +438,6 @@ wx-install(){ wx-uninstall(){ wx-header "Uninstall" - wx-logout if [[ ! -d "$HOME/.warengroup" ]] then rm "$HOME/.warengroup" -rf