Skip to content

Commit

Permalink
Move files to right place
Browse files Browse the repository at this point in the history
  • Loading branch information
mate71pl committed Jul 15, 2024
1 parent 4859d30 commit c723f71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/conf_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,3 @@
# Write the configuration to config.yaml
with open("config.yaml", "w") as f:
yaml.dump(relay_config, f)

2 changes: 1 addition & 1 deletion healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker logs mmrelaynode-app 2>&1 | tail -n 5 | grep -q -e 'BrokenPipeError' -e 'ERROR:Matrix' -e 'ERROR:Meshtastic' -e 'AttributeError' && docker restart mmrelaynode-app && echo "$(date '+%Y-%m-%d [%H:%M:%S] - Node restart!')"
docker logs mmrelaynode-app 2>&1 | tail -n 5 | grep -q -E 'BrokenPipeError|ERROR:Matrix|ERROR:Meshtastic|AttributeError' && docker restart mmrelaynode-app && echo "$(date '+%Y-%m-%d [%H:%M:%S] - Node restart!')" >> $HOME/docker/mmrelaynode/healthcheck.log

0 comments on commit c723f71

Please sign in to comment.