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

13 lines
144 B
Bash
Executable File

#! /bin/sh
case "$ACTION" in
add)
;;
*)
exit 0
esac
if [ -r "$DAHDICONFDIR/span-types.conf" ]; then
dahdi_span_types set "/sys$DEVPATH"
fi