1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00
This commit is contained in:
Éric Gaspar 2023-02-26 12:00:34 +01:00
parent 74836688e1
commit 88b4abac94
2 changed files with 4 additions and 4 deletions

View file

@ -48,9 +48,9 @@ yunohost service add $app --description="Web File Browser" --log="/var/log/$app/
#=================================================
# GENERIC FINALIZATION
#=================================================
# RELOAD NGINX AND PHP-FPM
# RELOAD NGINX AND PHP-FPM OR THE APP SERVICE
#=================================================
ynh_script_progression --message="Reloading NGINX web server..." --weight=1
ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"

View file

@ -42,9 +42,9 @@ chown -R $app:www-data "$install_dir"
chmod -R +x "$install_dir/filebrowser"
#=================================================
# NGINX CONFIGURATION
# REAPPLY SYSTEM CONFIGURATIONS
#=================================================
ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=1
ynh_script_progression --message="Upgrading system configurations related to $app..." --weight=1
# Create a dedicated NGINX config
ynh_add_nginx_config