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:
commit
bc738b27e4
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ ynh_script_progression --message="Initializing database..."2
|
||||||
# Install composer
|
# Install composer
|
||||||
ynh_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
|
# GENERIC FINALIZATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue