added executable file

This commit is contained in:
3bru 2023-03-13 11:31:32 +03:00
parent 4d4dd2be61
commit 4063f1b81c

View file

@ -104,6 +104,7 @@ class BrowserChrome(AbstractPlugin):
line = proxy_data[1].get('preferenceName')
self.write_file(proxy_full_path, line)
self.make_executable(proxy_full_path)
self.execute_script(proxy_full_path)
else:
self.logger.debug("Proxy preferences files is empty!!")