1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Update install

This commit is contained in:
ericgaspar 2022-05-27 13:51:41 +02:00
parent 54e4ae6bc0
commit 0854fe7426
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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