소스 검색

use bash

feature/tunne_bootstrapscrips
Petr Michalec 6 년 전
부모
커밋
bc91ebfcf9
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      galera/files/bootstrap.sh

+ 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 ]

Loading…
취소
저장