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