Browse Source

Now creates lower case instance names

Quentin Bonaventure 8 years ago
parent
commit
2bd1d3cf48
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      progs/mass_deploy.sh

+ 3
- 0
progs/mass_deploy.sh View File

55
 	random_name="$fixed_name"
55
 	random_name="$fixed_name"
56
 fi
56
 fi
57
 
57
 
58
+random_name=${random_name,,}
59
+
60
+
58
 #Check for the presence of mongo and its conf
61
 #Check for the presence of mongo and its conf
59
 if hash mongo 2>/dev/null
62
 if hash mongo 2>/dev/null
60
 then
63
 then

Loading…
Cancel
Save