| commit | bc91ebfcf967cfaac9999063883cfcf9c41cf7e1 | [log] [tgz] | 
|---|---|---|
| author | Petr Michalec <epcim@apealive.net> | Mon Feb 12 17:56:45 2018 +0100 | 
| committer | GitHub <noreply@github.com> | Mon Feb 12 17:56:45 2018 +0100 | 
| tree | f921977027cef61cede4155d2cb31c34c366d695 | |
| parent | e8d39b6576042bd1a354fe12e2513654c7d97467 [diff] | 
use bash
diff --git a/galera/files/bootstrap.sh b/galera/files/bootstrap.sh index a6ce29c..34c2b17 100644 --- a/galera/files/bootstrap.sh +++ b/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 ]