Skip to content

Commit

Permalink
Add shellcheck exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefomat committed Mar 17, 2024
1 parent 2db4795 commit f2860e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ define('APIURL', 'https://ccp.netcup.net/run/webservice/servers/endpoint.php?JSO
EOF

# Add more options to config.php
# shellcheck disable=SC2129
echo "define('IPV4_ADDRESS_URL', ${IPV4_ADDRESS_URL:-https://get-ipv4.steck.cc});" >> /opt/config.php
echo "define('IPV4_ADDRESS_URL_FALLBACK', ${IPV4_ADDRESS_URL_FALLBACK:-https://4.ipwho.de/ip});" >> /opt/config.php
echo "define('IPV6_ADDRESS_URL', ${IPV6_ADDRESS_URL:-https://get-ipv6.steck.cc});" >> /opt/config.php
Expand Down

0 comments on commit f2860e6

Please sign in to comment.