summaryrefslogtreecommitdiff
path: root/gocryptfs
diff options
context:
space:
mode:
Diffstat (limited to 'gocryptfs')
-rwxr-xr-xgocryptfs3
1 files changed, 3 insertions, 0 deletions
diff --git a/gocryptfs b/gocryptfs
index 73d7b42..b3f4ef3 100755
--- a/gocryptfs
+++ b/gocryptfs
@@ -21,3 +21,6 @@ fi
"$main" $* < /proc/self/fd/0 & wait
# The "& wait" is neccessary because bash only processes signals when
# executing internal commands
+
+# We did not get USR1 - something went wrong
+exit 1