Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Aug 15, 2024
1 parent 161a920 commit cc860aa
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 cc860aa

Please sign in to comment.