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