From 155537e99c3245495c506bf6f3acdd0d697c5d5b Mon Sep 17 00:00:00 2001 From: Patrick Burns Date: Sun, 7 Apr 2024 19:18:48 -0500 Subject: [PATCH] add request to populate dxcc_entities --- script.sh | 3 +++ 1 file changed, 3 insertions(+) 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