From dbfa7b1d7a76827191aeb8e3129590c3ef39a0a1 Mon Sep 17 00:00:00 2001 From: Marco Malavolti <marco.malavolti@garr.it> Date: Mon, 2 May 2022 09:31:12 +0000 Subject: [PATCH] Fixed indentation --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6944ba7..6ed6f3f 100644 --- a/README.md +++ b/README.md @@ -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: * `crontab -e` - ```bash - SHELL=/bin/bash + ```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 -- GitLab