summaryrefslogtreecommitdiff
path: root/gocryptfs_main
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-10-07 23:30:45 +0200
committerJakob Unterwurzacher2015-10-07 23:31:28 +0200
commitd9b4f96598ec7227a5c6b756f14b982771e40d20 (patch)
treeeabeb45bf8649bea479f65a1f314e5d6191ce053 /gocryptfs_main
parented1df49af5bb616e5ec34585b20c9c93a96b8088 (diff)
Update README
Diffstat (limited to 'gocryptfs_main')
-rw-r--r--gocryptfs_main/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gocryptfs_main/main.go b/gocryptfs_main/main.go
index dc5c921..912ff72 100644
--- a/gocryptfs_main/main.go
+++ b/gocryptfs_main/main.go
@@ -173,7 +173,6 @@ func main() {
}
srv := pathfsFrontend(key, cipherdir, mountpoint, fusedebug, openssl)
- fmt.Printf("Mounted.\n")
if zerokey == false && len(masterkey) == 0 {
printMasterKey(key)
@@ -183,6 +182,7 @@ func main() {
fmt.Printf("THE MASTER KEY IS VISIBLE VIA \"ps -auxwww\", ONLY USE THIS MODE FOR EMERGENCIES.\n")
}
+ fmt.Println("Filesystem ready.")
// Send notification to our parent
sendSig()
// Jump into server loop