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

fix merge testing

This commit is contained in:
Salamandar 2024-01-29 18:00:51 +01:00
parent e72e70e046
commit 1b9373b006
3 changed files with 4 additions and 4 deletions

View file

@ -17,6 +17,7 @@ website = "https://movim.eu"
demo = "https://nl.movim.eu/?login" demo = "https://nl.movim.eu/?login"
admindoc = "https://github.com/movim/movim/wiki" admindoc = "https://github.com/movim/movim/wiki"
code = "https://github.com/movim/movim" code = "https://github.com/movim/movim"
cpe = "cpe:2.3:a:movim:movim"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2"

View file

@ -50,9 +50,9 @@ ynh_install_composer
ynh_composer_exec --commands="movim:migrate" ynh_composer_exec --commands="movim:migrate"
#================================================= #=================================================
# PHP-FPM CONFIGURATION # SYSTEM CONFIGURATION
#================================================= #=================================================
ynh_script_progression --message="Configuring PHP-FPM..." ynh_script_progression --message="Adding system configurations related to $app..." --weight=1
# Create a dedicated PHP-FPM config # Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low ynh_add_fpm_config --usage=low --footprint=low
@ -62,7 +62,7 @@ ynh_add_nginx_config
# Create a dedicated systemd config # Create a dedicated systemd config
ynh_add_systemd_config ynh_add_systemd_config
yunohost service add $app --description="Responsive web-based XMPP client" --log="/var/log/$app/$app.log" yunohost service add "$app" --description="Responsive web-based XMPP client" --log="/var/log/$app/$app.log"
#================================================= #=================================================
# START SYSTEMD SERVICE # START SYSTEMD SERVICE

View file

@ -58,7 +58,6 @@ ynh_setup_source --dest_dir="$install_dir" --full_replace=1
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir" chown -R "$app:www-data" "$install_dir"
#================================================= #=================================================
# SPECIFIC UPGRADE # SPECIFIC UPGRADE
#================================================= #=================================================