commit | 1c9913a4f0974668470fecb04431410e24491c4d | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Sat May 26 15:27:28 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Sat May 26 15:27:28 2012 +0530 |
tree | 41d150f88fd8d52e124392bf030950b3424c6d87 | |
parent | 0a4d1e337db4561f4726495b28d34b188e797e02 [diff] |
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