From f47b73cfb73d168a2fec901f35d25bc4d1609f91 Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Sat, 4 May 2019 07:33:48 +0000 Subject: [PATCH] move rccn-functions --- modules/rhizo_base/files/bin/check_broken.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/files/bin/check_broken.sh b/modules/rhizo_base/files/bin/check_broken.sh index 0262fa5..7b05a0f 100755 --- a/modules/rhizo_base/files/bin/check_broken.sh +++ b/modules/rhizo_base/files/bin/check_broken.sh @@ -1,7 +1,7 @@ #!/bin/bash RHIZO_SCRIPT="/home/rhizomatica/bin" . $RHIZO_SCRIPT/vars.sh -. $RHIZO_SCRIPT/rccn-functions +. /etc/profile.d/rccn-functions.sh NACK=`echo "show lchan" | nc -q1 localhost 4242 | grep "BROKEN UNUSABLE Error reason: NACK on activation" | wc -l`