Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 17, 2024
1 parent fe2d5b5 commit d303dd1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wis2-gdc-management/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@

echo "START /entrypoint.sh"

printenv | grep -v "no_proxy" >> /etc/environment
printenv | grep -v "no_proxy" > /tmp/environment
sudo sh -c 'cat /tmp/environment >> /etc/environment'
rm -f /tmp/environment

echo "Starting cron"
service cron start
sudo service cron start
service cron status

echo "Caching WNM schema"
Expand Down

0 comments on commit d303dd1

Please sign in to comment.