Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 492 → Rev 493

/scripts/alcasar-iptables.sh/alcasar-iptables.sh
136,7 → 136,7
########################
# If QOS is activate #
########################
if [ $QOS = "yes" ]; then
if [ $QOS = "yes" ] && [ -e /usr/local/etc/alcasar-iptables-qos.sh ]; then
. /usr/local/etc/alcasar-iptables-qos.sh
fi