1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

Uncommented control applier

This commit is contained in:
Игорь Чудов 2019-11-15 12:23:54 +04:00
parent c40cdc6d8a
commit 74f8c118d6
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -23,5 +23,5 @@ class control:
def set_control_status(self):
print('Setting control {} to {}'.format(self.control_name, self.control_value))
#proc = subprocess.Popen(['sudo', 'control', self.control_name, status], stdout=subprocess.PIPE)
proc = subprocess.Popen(['sudo', 'control', self.control_name, status], stdout=subprocess.PIPE)