mirror of
https://github.com/YunoHost-Apps/samba_ynh.git
synced 2024-09-03 20:16:27 +02:00
Update scripts/upgrade
This commit is contained in:
parent
48b80c8362
commit
eee867df94
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
#=================================================
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue