Copy on USB key ca.der and ca.pem

This commit is contained in:
nemunaire 2015-01-16 15:06:10 +01:00 committed by Nemunaire
parent 0e3f0e2ab9
commit 8d9e8bc0a5

View File

@ -19,7 +19,7 @@ with open("teams") as f:
os.system("sleep 4")
os.system("mkfs.vfat " + device)
os.system("mount " + device + " /media")
os.system("cp -v cert/" + cert + " guide.pdf /media")
os.system("cp -v cert/" + cert + " ca.der ca.pem guide.pdf /media")
os.system("umount /media")
print "## " + cert + " was copied to usb device " + x + "/" + members
os.system("sleep 0.4")