1
0
Fork 0
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:
Mateusz 2024-05-13 00:17:20 +02:00 committed by GitHub
parent 605d7bf7a7
commit 8f6d218abe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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