davidiw / Joomla-Grid-Appliance

Grid Appliance extensions for Joomla
www.grid-appliance.org
2 stars 0 forks source link

Small bug in p2p_node.sh #1

Open pstjuste opened 12 years ago

pstjuste commented 12 years ago

https://github.com/davidiw/Joomla-Grid-Appliance/blob/master/p2ppool/site/data/p2pnode.sh#L91

in line 91

it says

if test ! "$pool"; then "Stop Failed!"

but should be

if test ! "$pool"; then echo "Stop Failed!"

davidiw commented 12 years ago

Dammit! There's also a whole host of fixes for the Remoter.py and start.sh that live in Dissent now. I'll try to backport, when I get some time.