Ver código fonte

use bash

feature/tunne_bootstrapscrips
Petr Michalec 6 anos atrás
pai
commit
bc91ebfcf9
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      galera/files/bootstrap.sh

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

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

service {{ service.service }} start

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

while [ $counter -gt 0 ]

Carregando…
Cancelar
Salvar