choang / tungsten-toolbox

Automatically exported from code.google.com/p/tungsten-toolbox
0 stars 0 forks source link

if hostname with "-" create remote service will fail #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
when install fan-in script
if hostname with "-" create remote service will fail,
for example: mgh-vm-master,mgh-vm-slave

i think it because this statement "FAN_IN_DS=`echo $FAN_IN_SLAVE|perl 
-lpe's/\W/_/g'`" in install_fan-in.sh

ps:name of file install_fan-in.sh is ugly,install_fan_in.sh will be better

Original issue reported on code.google.com by muguo...@gmail.com on 8 Nov 2012 at 1:16