Explorar el Código

use bash

feature/tunne_bootstrapscrips
Petr Michalec hace 6 años
padre
commit
bc91ebfcf9
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      galera/files/bootstrap.sh

+ 2
- 2
galera/files/bootstrap.sh Ver fichero

@@ -1,8 +1,8 @@
#!/bin/sh
#!/bin/bash

service {{ service.service }} start

counter=${1:-60}
counter=${1:-120}
retries=0

while [ $counter -gt 0 ]

Cargando…
Cancelar
Guardar