diff --git a/uninstall.sh b/uninstall.sh index f165c91..71517e0 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -3,4 +3,3 @@ echo "Deleting project files" rm -rf TicketingSystem echo "Removing additional installed library" rm -rf ~/anttasks.jar -read -n1 -r -p "Press any key to continue..." key