瀏覽代碼

use bash in init_bootstrap

feature/tunne_bootstrapscrips
Petr Michalec 6 年之前
父節點
當前提交
35c3af801b
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      galera/files/init_bootstrap.sh

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

Loading…
取消
儲存