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`