1
0
Fork 0
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:
dr41nU 2019-08-16 21:25:10 +02:00 committed by GitHub
parent 4e5b50efef
commit aa72aea646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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