From 48b80c8362d88acb77ea97798491f155c7dcb7e6 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Tue, 19 Jul 2022 09:58:08 +0200 Subject: [PATCH] Update scripts/restore --- scripts/restore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 44e3040..da4f707 100755 --- a/scripts/restore +++ b/scripts/restore @@ -88,7 +88,8 @@ ynh_exec_warn_less yunohost firewall allow Both 445 --no-upnp #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add smbd --description="Samba service" --log="/var/log/smbd/smbd.log" --needs_exposed_ports 445 +# Don't add --needs_exposed_ports 445 , we don't want a remote diagnosis here +yunohost service add smbd --description="Samba service" --log="/var/log/smbd/smbd.log" #================================================= # START SYSTEMD SERVICE