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