Browse Source

add date to update

Tobias Simetsreiter 4 years ago
parent
commit
b0c05306d0
1 changed files with 1 additions and 0 deletions
  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)
                 print("Installing Update from", tmp.name)
                 run([tmp.name, "install"], check=True)
                 run([tmp.name, "install"], check=True)
                 run(["rm", tmp.name])
                 run(["rm", tmp.name])
+                run(["date"])
                 with open(checksum_path, "wb") as fd:
                 with open(checksum_path, "wb") as fd:
                     fd.write(checksum)
                     fd.write(checksum)
                 return 0
                 return 0