1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33: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() { stop() {
echo -n $"Stopping $prog: " echo -n $"Stopping $prog: "
$exec stop /usr/bin/timeout 30 $exec stop || /usr/bin/killall -q -9 $prog
retval=$? retval=$?
echo echo
[ $retval -eq 0 ] && rm -f $lockfile [ $retval -eq 0 ] && rm -f $lockfile