Fix another indentation mismatch

This commit is contained in:
Patrik Lundin 2024-01-24 15:09:38 +01:00
parent 4b93d9c426
commit df5558befb
Signed by untrusted user: patlu
GPG key ID: A0A812BA2249F294

View file

@ -102,8 +102,8 @@ machine_is_healthy() {
# shellcheck source=/dev/null
. $FLEETLOCK_CONFIG || return 1
if [ -n "$fleetlock_healthcheck_timeout" ]; then
optional_args+=("--timeout")
optional_args+=("$fleetlock_healthcheck_timeout")
optional_args+=("--timeout")
optional_args+=("$fleetlock_healthcheck_timeout")
fi
echo "Running any health checks"
$HEALTHCHECK_TOOL "${optional_args[@]}" || return 1