1
0
Fork 0
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:
Alexandre Aubin 2023-12-02 22:51:02 +01:00 committed by GitHub
parent 270f0dd302
commit 6d88db9640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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