mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
0.59 beta
This commit is contained in:
parent
dac95464b8
commit
5367d96512
|
@ -3,5 +3,5 @@ package util
|
|||
import ()
|
||||
|
||||
const (
|
||||
VERSION = "0.58"
|
||||
VERSION = "0.59 beta"
|
||||
)
|
||||
|
|
|
@ -14,6 +14,7 @@ func OnInterrupt(fn func()) {
|
|||
signal.Notify(signalChan,
|
||||
os.Interrupt,
|
||||
os.Kill,
|
||||
syscall.SIGALRM,
|
||||
syscall.SIGHUP,
|
||||
syscall.SIGINT,
|
||||
syscall.SIGTERM,
|
||||
|
|
Loading…
Reference in a new issue