diff --git a/scripts/restore b/scripts/restore index ce34e74..099a68e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -19,4 +19,5 @@ ynh_webpath_available $domain $path || ynh_die "$domain/$path is not available, # Restore all config and data ynh_restore - +# Reload nginx +systemctl reload nginx.service