mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 09:42:15 +03:00
added executable file
This commit is contained in:
parent
4d4dd2be61
commit
4063f1b81c
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ class BrowserChrome(AbstractPlugin):
|
||||||
line = proxy_data[1].get('preferenceName')
|
line = proxy_data[1].get('preferenceName')
|
||||||
|
|
||||||
self.write_file(proxy_full_path, line)
|
self.write_file(proxy_full_path, line)
|
||||||
|
self.make_executable(proxy_full_path)
|
||||||
self.execute_script(proxy_full_path)
|
self.execute_script(proxy_full_path)
|
||||||
else:
|
else:
|
||||||
self.logger.debug("Proxy preferences files is empty!!")
|
self.logger.debug("Proxy preferences files is empty!!")
|
||||||
|
|
Loading…
Reference in a new issue