From d8ea3f71c66345f043d8826633858378c894b25c Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 24 Oct 2018 11:45:25 -0400 Subject: [PATCH] make sure cronjob is part of alpine setup --- script/alpine_setup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/alpine_setup b/script/alpine_setup index 41096326..a06b5694 100755 --- a/script/alpine_setup +++ b/script/alpine_setup @@ -12,5 +12,8 @@ APP_UID="8010" # Add additional packages required by app dependencies ADDITIONAL_PACKAGES="postgresql-libs python3 rsync uwsgi uwsgi-python3" +# add sync-crl cronjob for atst user +echo "1 */6 * * * /opt/atat/atst/script/sync-crls tests/crl-tmp" >> /etc/crontabs/atst + # Run the shared alpine setup script source ./script/include/run_alpine_setup