Petr Michalec
6 anni fa
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con
2 aggiunte e
2 eliminazioni
-
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 ] |