Fix another indentation mismatch
This commit is contained in:
parent
4b93d9c426
commit
df5558befb
|
@ -102,8 +102,8 @@ machine_is_healthy() {
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
. $FLEETLOCK_CONFIG || return 1
|
. $FLEETLOCK_CONFIG || return 1
|
||||||
if [ -n "$fleetlock_healthcheck_timeout" ]; then
|
if [ -n "$fleetlock_healthcheck_timeout" ]; then
|
||||||
optional_args+=("--timeout")
|
optional_args+=("--timeout")
|
||||||
optional_args+=("$fleetlock_healthcheck_timeout")
|
optional_args+=("$fleetlock_healthcheck_timeout")
|
||||||
fi
|
fi
|
||||||
echo "Running any health checks"
|
echo "Running any health checks"
|
||||||
$HEALTHCHECK_TOOL "${optional_args[@]}" || return 1
|
$HEALTHCHECK_TOOL "${optional_args[@]}" || return 1
|
||||||
|
|
Loading…
Reference in a new issue