Small wording changes in comments and readme

pull/9/head
Jeremiah K 2023-11-26 18:06:09 -06:00
rodzic 476a70a280
commit 62ef80bfb7
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ cd mmrelaynode && git submodule update --init
docker compose -f "docker-compose.yaml" up -d --build
```
If modifying scripts, with the containers stopped use these commands to rebuild them:
If modifying the scripts, with the containers stopped, use these commands to rebuild them:
```
docker system prune -af

Wyświetl plik

@ -13,7 +13,7 @@ def execute_meshtastic_command(options):
result = subprocess.run(command, capture_output=True, text=True)
log_to_file("Standard Output:\n" + result.stdout)
log_to_file("Standard Error:\n" + result.stderr)
time.sleep(30) # Pause for 30 seconds
time.sleep(1) # Pause for 1 second between commands
# Print all environment variables at the start
log_to_file("All environment variables:\n" + str(os.environ))