modified: entrypoint.sh

This commit is contained in:
Rubén Castro Gutiérrez 2021-03-23 11:17:30 +00:00
parent 1e4ebefbac
commit a95d1bf44f
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
# Dump all env vars so we can source them in cron jobs
printenv | sed 's/^\(.*\)$/export \1/g' > /env.sh
# Update CA certificates
update-ca-certificates
# Write crontab
rcb crontab > crontab