diff --git a/script.sh b/script.sh index c1447f8f..0581b3a3 100755 --- a/script.sh +++ b/script.sh @@ -79,5 +79,8 @@ rm -rf /install echo "Replacement complete." +# Send a GET request to populate the dxcc_entities table +curl "${WEBSITE_URL}/index.php/update/dxcc_entities" + # Start Apache in the foreground exec apache2-foreground \ No newline at end of file