From 052d673ab63410a78729f8c046eb6901f3cbf997 Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Sat, 8 Apr 2017 15:22:53 -0700 Subject: [PATCH] Removed last line in uninstall.sh that is causing CI tests to ofail --- uninstall.sh | 1 - 1 file changed, 1 deletion(-) 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