Merge pull request from djsmith85/url-for-db-backup2

Updated the url for the DB backup in the python installer
This commit is contained in:
Michael Schmatz 2014-09-13 23:27:29 -04:00
commit baf651bdc0

View file

@ -13,8 +13,8 @@ May need an initial npm install upfront if newly checked out. \n
' if '--help' in process.argv
#TODO: MD5 Verification, using http://23.21.59.137/dump.md5 using digest stream https://github.com/jeffbski/digest-stream
dbDump = 'http://23.21.59.137/dump.tar.gz' # Don't change this unless you know what you're doing
#TODO: MD5 Verification, using http://54.91.159.37/dump.md5 using digest stream https://github.com/jeffbski/digest-stream
dbDump = 'http://54.91.159.37/dump.tar.gz' # Don't change this unless you know what you're doing
dbLocalPath = '../temp'
fs = require 'fs'