Sfoglia il codice sorgente

use bash in init_bootstrap

feature/tunne_bootstrapscrips
Petr Michalec 6 anni fa
parent
commit
35c3af801b
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      galera/files/init_bootstrap.sh

+ 2
- 2
galera/files/init_bootstrap.sh Vedi File

@@ -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…
Annulla
Salva