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(){