From 187c6a6bd19e9da357362c183894c6f8fba78c70 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Tue, 4 Jun 2013 14:28:16 -0700 Subject: [PATCH] Forgot to update this so that it doesn't destroy someone's project, FAIL --- bin/update | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/update b/bin/update index 9a968b1b..20440d48 100755 --- a/bin/update +++ b/bin/update @@ -64,8 +64,6 @@ function createAppInfoJar { function on_error { echo "An unexpected error occurred: $previous_command exited with $?" - echo "Deleting project..." - [ -d "$PROJECT_PATH" ] && rm -rf "$PROJECT_PATH" exit 1 }