aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 912ff72..89f3723 100644
--- a/main.go
+++ b/main.go
@@ -184,7 +184,7 @@ func main() {
fmt.Println("Filesystem ready.")
// Send notification to our parent
- sendSig()
+ sendUsr1()
// Jump into server loop
srv.Serve()
}