aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/main.go b/main.go
index 780ea3c..f1fd58b 100644
--- a/main.go
+++ b/main.go
@@ -199,10 +199,8 @@ func main() {
}
fmt.Println("Filesystem ready.")
- if !foreground {
- // Send notification to our parent
- sendUsr1()
- }
+ // Send notification to our parent
+ sendUsr1()
// Wait for SIGING in the background and unmount ourselves if we get it
// This prevents a dangling "Transport endpoint is not connected" mountpoint
handleSigint(srv, mountpoint)