#!/bin/sh ### Uncomment to send UDP syslog packets through network #if ! uci -q get system.@system[0].log_ip > /dev/null ; then # uci set system.@system[0].log_ip="10.4.0.2" # uci commit system #fi