1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Merge branch 'master' of https://github.com/thepoch/SoftEtherVPN into thepoch-master

This commit is contained in:
dnobori 2014-03-06 23:38:31 +09:00
commit 14e8693421

View File

@ -40,7 +40,7 @@ start() {
stop() {
echo -n $"Stopping $prog: "
$exec stop
/usr/bin/timeout 30 $exec stop || /usr/bin/killall -q -9 $prog
retval=$?
echo
[ $retval -eq 0 ] && rm -f $lockfile