mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
fix
This commit is contained in:
parent
2488ab4398
commit
fadc2cccd3
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ name = "Lychee"
|
|||
description.en = "Photo-management-system to manage and share photos"
|
||||
description.fr = "Système de gestion de photos pour gérer et partager des photos"
|
||||
|
||||
version = "5.3.0~ynh1"
|
||||
version = "5.3.0~ynh2"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
|
|
@ -80,6 +80,7 @@ ynh_script_progression --message="Building..." --weight=4
|
|||
ynh_exec_warn_less ynh_composer_exec --commands="dump-autoload"
|
||||
|
||||
pushd "$install_dir"
|
||||
"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
|
||||
|
|
Loading…
Add table
Reference in a new issue