Kaynağa Gözat

Now creates lower case instance names

Quentin Bonaventure 8 yıl önce
ebeveyn
işleme
2bd1d3cf48
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3
    0
      progs/mass_deploy.sh

+ 3
- 0
progs/mass_deploy.sh Dosyayı Görüntüle

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

Loading…
İptal
Kaydet