We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b2aa0 commit 9921492Copy full SHA for 9921492
mamonsu/lib/runner.py
@@ -113,7 +113,7 @@ def quit_handler(_signo=None, _stack_frame=None):
113
for key in Scripts.Bash:
114
with codecs.open(path + "/" + key + ".sh", 'w+', 'utf-8') as f:
115
f.write(Scripts.Bash[key]) # pass script itself
116
- os.chmod(path + "/" + key + ".sh", 0o744)
+ os.chmod(path + "/" + key + ".sh", 0o755)
117
print("Bash scripts for native zabbix agent have been saved to {0}".format(path))
118
else:
119
print_total_help()
0 commit comments