Browse Source

Update cron-jobs.md

Jaap Marcus 2 years ago
parent
commit
9b346f3b87
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docs/docs/user-guide/cron-jobs.md

+ 1 - 2
docs/docs/user-guide/cron-jobs.md

@@ -30,11 +30,10 @@ To manage your cron jobs, navigate to the **Cron <i class="fas fa-fw fa-clock"><
 1. Hover over the job you want to delete.
 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.
 
-
 ## Example commands
 
 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:
 
-```
+```bash
 /usr/bin/php8.2 -f /home/user/web/domain.example.com/public_html/cron.php
 ```