Exit after Uninstall finished

This commit is contained in:
Christer Warén
2025-08-21 18:29:31 +03:00
parent 2742d39818
commit 66f161cf0e
2 changed files with 4 additions and 0 deletions

View File

@@ -16,4 +16,6 @@ wx-uninstall(){
then
rm "$HOME/bin/wx" -rf
fi
exit 1
}

2
wx
View File

@@ -454,6 +454,8 @@ wx-uninstall(){
then
rm "$HOME/bin/wx" -rf
fi
exit 1
}
wx-update(){