summaryrefslogtreecommitdiff
path: root/all.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-10-06 00:29:08 +0200
committerJakob Unterwurzacher2015-10-06 00:31:18 +0200
commit022a6968ae0ede1259141e32b8e32553dad7d824 (patch)
treebc9aa404e3bf7d6778a81b168fc6c9743531ceab /all.bash
parent552c32c5e9378b85e52c420c4dd2d7ccc827556f (diff)
Implement proper daemonization
The shell wrapper sends gocryptfs into the background and waits for SIGUSR1
Diffstat (limited to 'all.bash')
-rwxr-xr-xall.bash2
1 files changed, 0 insertions, 2 deletions
diff --git a/all.bash b/all.bash
index 08bc7cf..ab55293 100755
--- a/all.bash
+++ b/all.bash
@@ -3,6 +3,4 @@
set -eu
cd gocryptfs_main
-echo -n "Compiling... "
go build
-echo "done."