1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
ericgaspar 2020-07-24 18:03:21 +02:00
parent 89703ca3ec
commit ee9451cbf6
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@ location __PATH__/ {
proxy_send_timeout 14400s;
# (14400s is 4h)
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}

View file

@ -149,7 +149,7 @@ ynh_store_file_checksum --file="$final_path/config/db.inc.php"
pushd "$final_path" || ynh_die
composer install --no-interaction --quiet
composer $app:migrate
#composer $app:migrate
popd || ynh_die
#=================================================