forked from shaba/openuds
By default, on 2.1, linux machines will do a reboot after configure.
This commit is contained in:
parent
9955e7bcff
commit
5794fab7da
@ -127,7 +127,7 @@ class UDSActorSvc(Daemon, CommonService):
|
||||
logger.debug('CFG: {}'.format(cfg))
|
||||
|
||||
if cfg is not None:
|
||||
self.rebootMachineAfterOp = cfg.get('reboot', False)
|
||||
self.rebootMachineAfterOp = cfg.get('reboot', True)
|
||||
else:
|
||||
self.rebootMachineAfterOp = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user