mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
fix
This commit is contained in:
parent
89703ca3ec
commit
ee9451cbf6
2 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ location __PATH__/ {
|
||||||
proxy_send_timeout 14400s;
|
proxy_send_timeout 14400s;
|
||||||
# (14400s is 4h)
|
# (14400s is 4h)
|
||||||
}
|
}
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
|
@ -149,7 +149,7 @@ ynh_store_file_checksum --file="$final_path/config/db.inc.php"
|
||||||
|
|
||||||
pushd "$final_path" || ynh_die
|
pushd "$final_path" || ynh_die
|
||||||
composer install --no-interaction --quiet
|
composer install --no-interaction --quiet
|
||||||
composer $app:migrate
|
#composer $app:migrate
|
||||||
popd || ynh_die
|
popd || ynh_die
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue