From e021cda93e330eec2c6d3f8d2687c1497a22f839 Mon Sep 17 00:00:00 2001 From: Boudewijn Date: Wed, 26 Feb 2025 22:35:32 +0100 Subject: [PATCH] follow cp6's instructions for installing, not a copy of lychee: remove --force from database install via artisan to prevent errors --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f742ed9..cafcf37 100755 --- a/scripts/install +++ b/scripts/install @@ -144,7 +144,7 @@ ynh_script_progression "configuring $app..." pushd "$install_dir" "php$php_version" artisan key:generate -n --force --env - "php$php_version" artisan make:database $app -n --force --env + "php$php_version" artisan make:database $app "php$php_version" artisan migrate:fresh --seed -n --force "php$php_version" artisan config:clear -n "php$php_version" artisan config:cache -n