From 0854fe7426ce8802bf0b3af9a0217d42ff347eba Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 27 May 2022 13:51:41 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e3575d1..020fae0 100755 --- a/scripts/install +++ b/scripts/install @@ -152,7 +152,7 @@ pushd "$final_path" ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn run production ynh_exec_warn_less ynh_exec_as $app php$phpversion artisan setup:production --force --email=$email --password="$password" ynh_exec_warn_less ynh_exec_as $app php$phpversion artisan passport:client --password -n > key.txt - ynh_secure_remove --file="$final_path/key.txt" + #ynh_secure_remove --file="$final_path/key.txt" ynh_exec_warn_less ynh_exec_as $app php$phpversion artisan config:cache popd