b4a71641ca
SVN-Revision: 1916
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
|