edec6a1c3c
SVN-Revision: 1915
5 lines
81 B
Bash
Executable file
5 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if [ -f /etc/srelay.conf ];then
|
|
srelay -c /etc/srelay.conf -r -s
|
|
fi
|