diff --git a/bin/update.py b/bin/update.py index e3f6ff2..cfad7e8 100644 --- a/bin/update.py +++ b/bin/update.py @@ -37,4 +37,5 @@ def checksum_md5(filename): (dir, _) = os.path.split(remote_filename) if not os.path.isdir(dir): os.makedirs(dir) + print "[+] Update %s" % remote_filename shutil.copyfile(file, remote_filename)