Skip to content
Snippets Groups Projects
Commit dbfa7b1d authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Fixed indentation

parent c96e5957
No related branches found
No related tags found
No related merge requests found
...@@ -334,13 +334,13 @@ After the initial download, it is recommended that you occasionally go through t ...@@ -334,13 +334,13 @@ After the initial download, it is recommended that you occasionally go through t
3. Restart API WSGI server each day before the ECCS script: 3. Restart API WSGI server each day before the ECCS script:
* `crontab -e` * `crontab -e`
```bash ```bash
SHELL=/bin/bash SHELL=/bin/bash
0 3 * * * /usr/bin/touch $HOME/eccs/eccs.ini 0 3 * * * /usr/bin/touch $HOME/eccs/eccs.ini
``` ```
This cron job must be executed prior to the ECCS script because it updates the date to the current day. This cron job must be executed prior to the ECCS script because it updates the date to the current day.
### Utility ### Utility
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment