Update keepalive.exit.sh.j2

This commit is contained in:
stebifan 2016-03-05 14:34:42 +01:00
parent 0dda75b56a
commit f1ab385d27

View File

@ -1,10 +1,6 @@
#!/bin/bash
#Variablen
while [ true ] ; do
if [ `/bin/ps -ef | /bin/grep keepalive.sh | /usr/bin/wc -l` -gt 3 ]; then
echo größer
exit 0
fi
supernode_off () {
$BATCTL gw off
/usr/sbin/service bird6 stop