Update samba.sh

This commit is contained in:
Kroese 2024-05-02 22:09:53 +02:00 committed by GitHub
parent 4a5b91f111
commit e6a72cf68b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,6 +82,7 @@ if [[ "$isXP" == [Yy1]* ]]; then
else
# Enable Web Service Discovery
wsdd -i "$interface" -p -n "$hostname" &
echo "$!" > /var/run/wsdd.pid
fi
return 0