Skip to content

Commit

Permalink
docs: fix readme command
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 11, 2024
1 parent c032e4b commit 2868b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ The master service runs internal cron jobs for polling. You can trigger these ma

```bash
# cron-master pulls the git repo and restarts containers if required
docker compose exec master -e "SKIP_SLEEP=1" bash /testbed/scripts/cron-master.sh
docker compose exec -e "SKIP_SLEEP=1" master bash /testbed/scripts/cron-master.sh

# cron-status regenerates status json
docker compose exec master -e "SKIP_SLEEP=1" bash /testbed/scripts/cron-status.sh
docker compose exec -e "SKIP_SLEEP=1" master bash /testbed/scripts/cron-status.sh
```

## Unattended Upgrades
Expand Down

0 comments on commit 2868b62

Please sign in to comment.