1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diacamma_ynh.git synced 2024-09-03 18:26:10 +02:00

correct restore

This commit is contained in:
Laurent GAY 2023-12-16 19:11:06 +01:00
parent dbcadc3440
commit cd99142f53
4 changed files with 3 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View file

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View file

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View file

@ -56,8 +56,10 @@ check_params
#=================================================
ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1
yunohost service add ${app} --log="/var/log/${app}/${app}.log"
# Typically you only have either $app or php-fpm but not both at the same time...
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
ynh_systemd_action --service_name=${app} --action="start" --log="/var/log/${app}/${app}.log"
ynh_systemd_action --service_name=nginx --action=reload