Skip to content

Commit

Permalink
Add more cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryr committed May 18, 2015
1 parent 928bc53 commit f2ce4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brace2015/exp.oedl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ onEvent(:ALL_UP) do
all_nodes.each_index do |i|
group("Peer_#{i}").exec("/sbin/ifconfig eth0 192.168.#{property.set.to_s}.#{100+i} netmask 255.255.0.0 up")
end
group("Peer_0").exec("/bin/rm -f /root/TaskIssuer/paho*")
group("Peer_0").exec("/bin/rm -rf /root/TaskIssuer/paho*")
group("Peer_1").exec("/bin/rm -f /root/GlobalMonitorNode/GlobalMonitorResult*")
group("Peer_2").exec("/bin/rm -f /root/RoverAgent/LocalMonitorResult*")
group("Peer_3").exec("/bin/rm -f /root/RoverAgent/LocalMonitorResult*")
Expand Down

0 comments on commit f2ce4ff

Please sign in to comment.