disable user config set

This commit is contained in:
edip 2018-11-14 11:20:18 +03:00
parent 774387867d
commit f52290b218
2 changed files with 1 additions and 2 deletions

View file

@ -25,5 +25,5 @@ get_policy_timeout = 30
[MACHINE]
type = default
agreement = 2
user_disabled=1
user_disabled=0

View file

@ -120,7 +120,6 @@ class AnonymousMessenger(ClientXMPP):
self.logger.info('Disconnecting...')
self.disconnect()
self.logger.info('Rebooting...')
self.disable_local_users()
System.Process.kill_by_pid(int(System.Ahenk.get_pid_number()))
sys.exit(2)
Util.shutdown();