dahdi-tools/hotplug/handle_device.d/10-span-types

6 lines
100 B
Bash
Executable File

#! /bin/sh
if [ -r "$DAHDICONFDIR/span-types.conf" ]; then
dahdi_span_types set "/sys$DEVPATH"
fi