disable reboot

This commit is contained in:
brent s 2017-05-06 08:07:03 -04:00
parent 09d6632e3a
commit 935df2083f
1 changed files with 1 additions and 1 deletions

View File

@ -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()