소스 검색
use bash
feature/tunne_bootstrapscrips
Petr Michalec
6 년 전
No account linked to committer's email address
1개의 변경된 파일과
2개의 추가작업 그리고
2개의 파일을 삭제
-
galera/files/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 ] |