b4a71641ca
SVN-Revision: 1916
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f /etc/srelay.conf ];then
|
|
srelay -c /etc/srelay.conf -r -s
|
|
fi
|