openwrtv4/openwrt/package/srelay/files/srelay.init

6 lines
81 B
Text
Raw Normal View History

#!/bin/sh
if [ -f /etc/srelay.conf ];then
srelay -c /etc/srelay.conf -r -s
fi