Update samba.sh

This commit is contained in:
Kroese 2024-05-04 13:53:25 +02:00 committed by GitHub
parent e17cbfd02a
commit 362c044b25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,5 +70,6 @@ mkdir -p "$share"
# Enable Web Service Discovery
wsdd -i "$interface" -p -n "$hostname" &
echo "$!" > /var/run/wsdd.pid
return 0