diff --git a/aifclient.py b/aifclient.py index 56bd1d6..77d72c8 100755 --- a/aifclient.py +++ b/aifclient.py @@ -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()