mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge branch 'master' of https://github.com/thepoch/SoftEtherVPN into thepoch-master
This commit is contained in:
commit
14e8693421
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user