Petr Michalec
6 vuotta sitten
vanhempi
commit
35c3af801b
No account linked to committer's email address
1 muutettua tiedostoa jossa
2 lisäystä ja
2 poistoa
-
galera/files/init_bootstrap.sh
|
|
@@ -1,8 +1,8 @@ |
|
|
|
#!/bin/sh |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
service {{ service.service }} start |
|
|
|
|
|
|
|
counter=${1:-60} |
|
|
|
counter=${1:-120} |
|
|
|
retries=0 |
|
|
|
|
|
|
|
while [ $counter -gt 0 ] |