aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/init.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/init.sh b/bash/init.sh
index 80bf9bc..981f20c 100644
--- a/bash/init.sh
+++ b/bash/init.sh
@@ -23,7 +23,6 @@ locked_init() {
touch /tmp/mr-lock
exec 221>/tmp/mr-lock
-echo before
flock -n -e 221 && {
locked_init
} || {