20-fxotune 247 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 #! /bin/sh if [ "$ACTION" != 'add' ]; then # Nothing to do here exit 0 fi fxotune_cfg='/etc/fxotune.conf' if [ -r "$fxotune_cfg" ]; then echo "fxotune: span $SPANNO <$BASECHAN-$ENDCHAN> ($DEVPATH)" fxotune -s -b "$BASECHAN" -e "$ENDCHAN" fi