mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Set PHP version for execution of migration.php
Otherwise, php could point to newer version, and newers versions don't have intl module
This commit is contained in:
parent
4e5b50efef
commit
aa72aea646
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,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