Skip to content

Commit

Permalink
fix code block in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juanep97 committed Jun 10, 2024
1 parent e0e144e commit 9379b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/serving_iop4_in_production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ working in a linux system. Other OS provide different methods to create jobs.

Use ``crontab -e`` to edit your crontab file and add a line like the following
.. code-block:: cron
00 08 * * * /home/vhega/run_iop4_daily.sh > /home/vhega/run_iop4_daily.log 2>&1
Then, create a file ``run_iop4_daily.sh``, give it execution permissions (``chmod +x run_iop4_daily.sh``) and add the following content:
Expand Down

0 comments on commit 9379b5d

Please sign in to comment.