basic update utility -- for complementing installs. Does pull, applies latest patches and sync
diff --git a/update_erpnext.py b/update_erpnext.py
index be368d6..339b833 100644
--- a/update_erpnext.py
+++ b/update_erpnext.py
@@ -14,4 +14,6 @@
 		print "cannot proceed with update"
 		print "status: %s" % stat
 		print "output: %s" % op
-		break
\ No newline at end of file
+		break
+		
+print "update_erpnext.py --> run success."
\ No newline at end of file