1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Fix install script

This commit is contained in:
Salamandar 2024-03-24 13:05:58 +01:00
parent cb6fde6202
commit 6812e59ead

View file

@ -36,8 +36,8 @@ ynh_script_progression --message="Building Movim..."
# Install composer
ynh_install_composer
COMPOSER_ALLOW_SUPERUSER=1 "$app" ynh_composer_exec --commands="install"
COMPOSER_ALLOW_SUPERUSER=1 "$app" ynh_composer_exec --commands="movim:migrate"
COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="install"
COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="movim:migrate"
chown -R "$app:www-data" "$install_dir"