make sure cronjob is part of alpine setup
This commit is contained in:
parent
60cc49275b
commit
d8ea3f71c6
@ -12,5 +12,8 @@ APP_UID="8010"
|
|||||||
# Add additional packages required by app dependencies
|
# Add additional packages required by app dependencies
|
||||||
ADDITIONAL_PACKAGES="postgresql-libs python3 rsync uwsgi uwsgi-python3"
|
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
|
# Run the shared alpine setup script
|
||||||
source ./script/include/run_alpine_setup
|
source ./script/include/run_alpine_setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user