Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Mar 18, 2024
1 parent 34c9325 commit 6b13f86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/frontend/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ ps auxw | grep httpd
if [ -f /data/monitor.sh ]; then
/data/monitor.sh
fi

crontab -l
#fixing the crontab depending on the environment to avoid putting heavy load on CRIC servers.
./copy_cron.sh && (crontab -l ; cat /tmp/authmap.cron) | crontab -
# start cron daemon
sudo /usr/sbin/crond -n

0 comments on commit 6b13f86

Please sign in to comment.