commit | 35c3af801b5dbb6eb486d9a57f46d76a69a40923 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Mon Feb 12 17:57:33 2018 +0100 |
committer | GitHub <noreply@github.com> | Mon Feb 12 17:57:33 2018 +0100 |
tree | e409d2a99117b861809bdcd0fcfef6df6c588214 | |
parent | bc91ebfcf967cfaac9999063883cfcf9c41cf7e1 [diff] |
use bash in init_bootstrap
diff --git a/galera/files/init_bootstrap.sh b/galera/files/init_bootstrap.sh index a98d9b2..14a4c20 100644 --- a/galera/files/init_bootstrap.sh +++ b/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 ]