From 555b518418cf19a4d18d56e71409e998c9907556 Mon Sep 17 00:00:00 2001 From: Robin Date: Sun, 24 Apr 2022 12:26:46 +0200 Subject: [PATCH] Install script has moved --- php_fpm/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_fpm/entrypoint.sh b/php_fpm/entrypoint.sh index 048e528..2644c7a 100644 --- a/php_fpm/entrypoint.sh +++ b/php_fpm/entrypoint.sh @@ -55,7 +55,7 @@ then echo "Going to run installer, first waiting 10 seconds for the database to start" sleep 10 echo "Running installer..." - php -f cli_install.php -- --iSwearIKnowWhatImDoing + php -f scripts/cli_install.php -- --iSwearIKnowWhatImDoing fi fi