Skip to content

Commit

Permalink
[update-run] update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
aliartiza75 committed Feb 6, 2020
1 parent 678375f commit 4f406e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ if [[ "${DISABLE_CRON}" == "true" ]]; then
echo "${CRON_TIME} . /root/project_env.sh; /backup.sh >> /mongo_backup.log 2>&1" > /crontab.conf
crontab /crontab.conf
echo "=> Running cron job"
cron && tail -f /mongo_backup.log
cron
fi

tail -f /mongo_backup.log

0 comments on commit 4f406e5

Please sign in to comment.