From 20f243c43351e8532f166de01cf7a3ecf18c5e82 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 28 Jan 2021 13:00:32 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 11f2536..4d7ea9b 100755 --- a/scripts/install +++ b/scripts/install @@ -118,7 +118,7 @@ ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_fil # setup application config pushd $final_path - hp$phpversion artisan key:generate -n --force --env + php$phpversion artisan key:generate -n --force --env php$phpversion artisan migrate -n --force php$phpversion artisan config:clear -n php$phpversion artisan config:cache -n