From f321cf7e60424d4ef36051d1659282d5dc5d0233 Mon Sep 17 00:00:00 2001 From: Matthieu BARGHEON Date: Wed, 22 Dec 2021 14:26:12 +0100 Subject: [PATCH] Fix #379 - cachet::install should be app::install --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 0ed4a593..2471d37b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -210,7 +210,7 @@ initialize_system() { init_db() { echo "Initializing Cachet database ..." - php artisan cachet:install --no-interaction + php artisan app:install --no-interaction check_configured }