Exit after Uninstall finished

This commit is contained in:
Christer Warén
2025-08-21 18:32:01 +03:00
parent 2742d39818
commit 32e6b83611
2 changed files with 12 additions and 0 deletions

View File

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

6
wx
View File

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