diff --git a/cypress/e2e/4-station-locations.cy.js b/cypress/e2e/4-station-locations.cy.js index 9f4496b2f..1e3104fa5 100644 --- a/cypress/e2e/4-station-locations.cy.js +++ b/cypress/e2e/4-station-locations.cy.js @@ -1,10 +1,4 @@ describe("Create station location", () => { - before(() => { - cy.request({ - method: "GET", - url: "/index.php/update/dxcc_entities", - }).wait(1000); - }); beforeEach(() => { cy.login(); }); diff --git a/script.sh b/script.sh index c1447f8fa..4282569b8 100755 --- a/script.sh +++ b/script.sh @@ -79,5 +79,7 @@ rm -rf /install echo "Replacement complete." +php /var/www/html/index.php update dxcc_entities + # Start Apache in the foreground exec apache2-foreground \ No newline at end of file