mirror of
https://github.com/adnanh/webhook.git
synced 2026-07-26 08:39:17 +08:00
Started work on multi file hooks loading
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ func watchForSignals() {
|
||||
if sig == syscall.SIGUSR1 {
|
||||
log.Println("caught USR1 signal")
|
||||
|
||||
reloadHooks()
|
||||
reloadAllHooks()
|
||||
} else {
|
||||
log.Printf("caught unhandled signal %+v\n", sig)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user