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:
jarod5001 2022-05-04 19:51:27 +02:00 committed by GitHub
parent 79be2dc768
commit 07ebebcd33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,9 +154,9 @@ ynh_add_systemd_config
#================================================= #=================================================
ynh_script_progression --message="Building Movim..." ynh_script_progression --message="Building Movim..."
ynh_install_composer --workdir="$final_path" ynh_install_composer --workdir="$final_path" --phpversion="$phpversion"
ynh_composer_exec --workdir="$final_path" --commands="movim:migrate" ynh_composer_exec --workdir="$final_path" --commands="movim:migrate" --phpversion="$phpversion"
ynh_exec_as $app php$phpversion $final_path/daemon.php config --username=$admin --password=$password --quiet ynh_exec_as $app php$phpversion $final_path/daemon.php config --username=$admin --password=$password --quiet --phpversion="$phpversion"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION