Skip to content

Commit 9b346f3

Browse files
authored
Update cron-jobs.md
1 parent 717c662 commit 9b346f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/user-guide/cron-jobs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ To manage your cron jobs, navigate to the **Cron <i class="fas fa-fw fa-clock"><
3030
1. Hover over the job you want to delete.
3131
2. Click the <i class="fas fa-fw fa-trash"><span class="visually-hidden">delete</span></i> icon on the right of the job’s command.
3232

33-
3433
## Example commands
3534

3635
If you want to run a php script for a user, you can enter the command like this, using the full binary path of the application to run:
3736

38-
```
37+
```bash
3938
/usr/bin/php8.2 -f /home/user/web/domain.example.com/public_html/cron.php
4039
```

0 commit comments

Comments
 (0)