load functions from /etc/profile.d

This commit is contained in:
Monocots 2019-06-16 11:29:25 +00:00
parent 6ffb97c363
commit ff8f642ee0

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
RHIZO_SCRIPT="/home/rhizomatica/bin" RHIZO_SCRIPT="/home/rhizomatica/bin"
. $RHIZO_SCRIPT/vars.sh . $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` NACK=`echo "show lchan" | nc -q1 localhost 4242 | grep "BROKEN UNUSABLE Error reason: NACK on activation" | wc -l`