diff options
Diffstat (limited to 'sendusr1.go')
-rw-r--r-- | sendusr1.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendusr1.go b/sendusr1.go index 0fdcd0e..7e65441 100644 --- a/sendusr1.go +++ b/sendusr1.go @@ -4,7 +4,7 @@ import ( "os" "syscall" - "github.com/rfjakob/gocryptfs/internal/tlog" + "github.com/rfjakob/gocryptfs/v2/internal/tlog" ) // Send signal USR1 to "pid" (usually our parent process). This notifies it |