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 2ff4498 commit ed7aef6Copy full SHA for ed7aef6
mamonsu/lib/runner.py
@@ -87,7 +87,7 @@ def quit_handler(_signo=None, _stack_frame=None):
87
# create directory for scripts along the path of conf file if needed
88
if not os.path.exists(path):
89
os.makedirs(path)
90
- print("directory for scripts has created")
+ print("Directory for scripts has created")
91
template = GetKeys()
92
# if no name for zabbix-parameters save to postgrespro.conf
93
if commands[2].rfind("/") == len(commands[2]) - 1:
0 commit comments