diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-06-27 00:24:44 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-06-27 00:24:44 +0100 |
commit | bcb7f86c0c7f24f8f41883ec620c717a95cdaf36 (patch) | |
tree | c58fcd89b13735501cbcc822f8ad747442dcde23 /cron_entrypoint.sh | |
parent | 3dcddc0ef01f73c7c6902bde49cbf3a5cdd612a0 (diff) | |
download | boymoder.blog-bcb7f86c0c7f24f8f41883ec620c717a95cdaf36.tar.gz boymoder.blog-bcb7f86c0c7f24f8f41883ec620c717a95cdaf36.zip |
Added a separate cron container
Diffstat (limited to 'cron_entrypoint.sh')
-rw-r--r-- | cron_entrypoint.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cron_entrypoint.sh b/cron_entrypoint.sh new file mode 100644 index 0000000..2d98169 --- /dev/null +++ b/cron_entrypoint.sh @@ -0,0 +1,6 @@ +rm -rvf /app/edaweb/edaweb.conf/ +ln -s /app/edaweb.conf /app/edaweb/edaweb.conf +printenv | grep -v "no_proxy" >> /etc/environment +# tmux new-session -d -s "cron" 'cron -f || bash && bash'; +cron -f + |