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

Merge pull request #52 from dr41nU/testing

Set PHP version for execution of migration.php
This commit is contained in:
Kayou 2019-12-06 23:48:12 +08:00 committed by GitHub
commit bc738b27e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ ynh_script_progression --message="Initializing database..."2
# Install composer
ynh_install_composer
ynh_exec_warn_less php "$final_path/admin/migration.php"
ynh_exec_warn_less php7.0 "$final_path/admin/migration.php"
#=================================================
# GENERIC FINALIZATION