diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-11-19 14:48:00 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-11-19 14:48:00 +0000 |
commit | 408fa00f2387d19995e078c66d8e3d1c75f473f1 (patch) | |
tree | 305c639c3746bd62baabc4f3d5b0b7aa23c83a9d /entrypoint.sh | |
parent | a09c97c4182885d3f62735b45ebe76f5a3a9f8dd (diff) | |
download | power.eda.gay-408fa00f2387d19995e078c66d8e3d1c75f473f1.tar.gz power.eda.gay-408fa00f2387d19995e078c66d8e3d1c75f473f1.zip |
Cleaned up repository
Diffstat (limited to 'entrypoint.sh')
-rw-r--r-- | entrypoint.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/entrypoint.sh b/entrypoint.sh deleted file mode 100644 index 610bf84..0000000 --- a/entrypoint.sh +++ /dev/null @@ -1,4 +0,0 @@ -# https://stackoverflow.com/questions/27771781/how-can-i-access-docker-set-environment-variables-from-a-cron-job/35088810#35088810 -printenv | grep -v "no_proxy" >> /etc/environment - -cron -f
\ No newline at end of file |