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 }