Remove logout from uninstall

This commit is contained in:
Christer Warén
2025-08-21 17:28:23 +03:00
parent b5186f0380
commit a276adb6d2
2 changed files with 0 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
wx-uninstall(){
wx-header "Uninstall"
wx-logout
if [[ ! -d "$HOME/.warengroup" ]]
then
rm "$HOME/.warengroup" -rf

1
wx
View File

@@ -438,7 +438,6 @@ wx-install(){
wx-uninstall(){
wx-header "Uninstall"
wx-logout
if [[ ! -d "$HOME/.warengroup" ]]
then
rm "$HOME/.warengroup" -rf