Fix a typo
This commit is contained in:
parent
2ced19cc0c
commit
154bad0011
@ -36,7 +36,7 @@
|
||||
status[name] = (res.returncode == 0)
|
||||
|
||||
output_path = "/usr/share/nginx/html/status.json"
|
||||
with open(output_path, "W") as f:
|
||||
with open(output_path, "w") as f:
|
||||
json.dump(status, f)
|
||||
dest: /usr/share/nginx/html/ping_status.py
|
||||
owner: root
|
||||
|
||||
Loading…
Reference in New Issue
Block a user