Unverified Commit a0993b9d authored by Kroese's avatar Kroese Committed by GitHub
Browse files
parent 634e0aa4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ if [[ "${BOOT_MODE:-}" == "windows_legacy" ]]; then
else

  # Enable Web Service Discovery on Vista and up
  [[ "$DEBUG" == [Yy1]* ]] && echo "Starting wsddn daemon...". 
  [[ "$DEBUG" == [Yy1]* ]] && echo "Starting wsddn daemon..."
  rm -f /var/log/wsddn.log

  if ! wsddn -i "${interfaces%%,*}" -H "$hostname" --unixd --log-file=/var/log/wsddn.log --pid-file="$DDN_PID"; then