From 6182daeecb09deb1b3c0cff6ca65a6d338e30184 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 5 Apr 2022 12:35:42 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 70fbf4a..b9436ca 100755 --- a/scripts/install +++ b/scripts/install @@ -123,7 +123,7 @@ chown $app:$app "$final_path/.env" ynh_script_progression --message="Migrating database..." --weight=1 pushd "$final_path" - php$phpversion artisan migrate:fresh --seed + php$phpversion artisan migrate:fresh -n --seed popd #=================================================