From 4f11fdb319d4f0d7ada990fb8d4e053a43d47696 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 25 Jul 2018 14:46:31 -0300 Subject: Remove debug cmds from init.sh --- bash/init.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/bash/init.sh b/bash/init.sh index 69dcb2b..80bf9bc 100644 --- a/bash/init.sh +++ b/bash/init.sh @@ -25,13 +25,10 @@ touch /tmp/mr-lock exec 221>/tmp/mr-lock echo before flock -n -e 221 && { - echo doing locked_init } || { printf "" # noop: couldn't acquire lock - echo "cant acquire lock" } -echo after export -f locked_init # Tests -- cgit v1.2.3