Explorar el Código

add date to update

Tobias Simetsreiter hace 4 años
padre
commit
b0c05306d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/bootstrap_captive/install.py

+ 1 - 0
src/bootstrap_captive/install.py

@@ -30,6 +30,7 @@ def com_update(args):
                 print("Installing Update from", tmp.name)
                 run([tmp.name, "install"], check=True)
                 run(["rm", tmp.name])
+                run(["date"])
                 with open(checksum_path, "wb") as fd:
                     fd.write(checksum)
                 return 0