mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-05 11:26:25 +02:00
Minor changes
This commit is contained in:
parent
69cd9b300b
commit
8c9b6ddbba
1 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,6 @@ for value in "${nodes[@]}"; do
|
|||
ina260=$(echo "$value"|cut -d "/" -f 2)
|
||||
ip=$(clusterman node list -g $node)
|
||||
[ $? -ne 0 ] && { echo "$ip"; exit 1; }
|
||||
[ "$1" == "off" ] && ssh testbed@${ip} touch ina260-zmq-publisher/publisher_${ina260}_break
|
||||
[ "$1" == "on" ] && ssh testbed@${ip} rm -f ina260-zmq-publisher/publisher_${ina260}_break
|
||||
[ "$1" == "off" ] && ssh -i /home/admin/iot-testbed/ssh/rpbi_testbed testbed@${ip} touch ina260-zmq-publisher/publisher_${ina260}_break
|
||||
[ "$1" == "on" ] && ssh -i /home/admin/iot-testbed/ssh/rpbi_testbed testbed@${ip} rm -f ina260-zmq-publisher/publisher_${ina260}_break
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue