1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-27 19:47:42 +02:00
openwrt-xburst/package/srelay/files/S60srelay
wbx 743a77ef96 add srelay package, i have seen a description in our wiki
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-09-14 09:57:19 +00:00

6 lines
81 B
Bash
Executable File

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