6 lines
81 B
Text
6 lines
81 B
Text
|
#!/bin/sh
|
||
|
|
||
|
if [ -f /etc/srelay.conf ];then
|
||
|
srelay -c /etc/srelay.conf -r -s
|
||
|
fi
|