disable reboot
This commit is contained in:
parent
09d6632e3a
commit
935df2083f
@ -943,7 +943,7 @@ def main():
|
|||||||
with open(logfile, 'a') as log:
|
with open(logfile, 'a') as log:
|
||||||
pprint.pprint(instconf, stream = log)
|
pprint.pprint(instconf, stream = log)
|
||||||
runInstall(instconf)
|
runInstall(instconf)
|
||||||
subprocess.call(['reboot'])
|
#subprocess.run(['reboot']) # We should probably leave this up to operators?
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
Loading…
Reference in New Issue
Block a user