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:
parent
cb6fde6202
commit
6812e59ead
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue