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