still working on ipxe
This commit is contained in:
2
arch.py
2
arch.py
@@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# TODO: logging
|
||||
# Example .arch.json:
|
||||
# {
|
||||
# "date": "Fri, 01 Jan 2021 00:00:00 +0000",
|
||||
@@ -215,6 +214,7 @@ class Updater(_base.BaseUpdater):
|
||||
with open(self.dest_ver, 'w') as fh:
|
||||
fh.write(j)
|
||||
fh.write('\n')
|
||||
os.chmod(self.dest_ver, 0o0644)
|
||||
return(None)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user