Browse Source

use bash

feature/tunne_bootstrapscrips
Petr Michalec 6 years ago
parent
commit
bc91ebfcf9
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      galera/files/bootstrap.sh

+ 2
- 2
galera/files/bootstrap.sh View File

#!/bin/sh
#!/bin/bash


service {{ service.service }} start service {{ service.service }} start


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


while [ $counter -gt 0 ] while [ $counter -gt 0 ]

Loading…
Cancel
Save