mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update scripts/install: composer can't be run as non-root easily for now ... let's try to see if it runs as root ...
This commit is contained in:
parent
270f0dd302
commit
6d88db9640
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ ynh_script_progression --message="Building Movim..."
|
||||||
ynh_install_composer
|
ynh_install_composer
|
||||||
|
|
||||||
#ynh_exec_warn_less ynh_exec_as "$app" ynh_composer_exec --commands="install"
|
#ynh_exec_warn_less ynh_exec_as "$app" ynh_composer_exec --commands="install"
|
||||||
ynh_exec_warn_less ynh_exec_as "$app" ynh_composer_exec --commands="movim:migrate"
|
#ynh_exec_warn_less ynh_exec_as "$app" ynh_composer_exec --commands="movim:migrate"
|
||||||
|
ynh_composer_exec --commands="movim:migrate"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
Loading…
Add table
Reference in a new issue