mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update install
This commit is contained in:
parent
605d7bf7a7
commit
8f6d218abe
1 changed files with 2 additions and 1 deletions
|
@ -57,8 +57,9 @@ ynh_install_composer
|
|||
|
||||
# hack to make composer use php8.2 rather than system-default 7.4
|
||||
ln -s $(which php$phpversion) $install_dir/php
|
||||
PATH=$install_dir:$PATH
|
||||
|
||||
ynh_exec_warn_less env PATH=$install_dir:$PATH ynh_composer_exec --commands="movim:migrate"
|
||||
ynh_exec_warn_less ynh_exec_as $app ynh_composer_exec --commands="movim:migrate"
|
||||
rm $install_dir/php
|
||||
ynh_exec_as "$app" "php$phpversion" "$install_dir/daemon.php" config --username="$admin" --password="$password" --quiet
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue