Browse Source
use bash in init_bootstrap
feature/tunne_bootstrapscrips
Petr Michalec
6 years ago
No account linked to committer's email address
1 changed files with
2 additions and
2 deletions
-
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 ] |