Commit aa263e66 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige sintaxis de script para healthcheck

parent 223b2a28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ services:
        hard: -1
    healthcheck:
      test: >
        if [[ $$(cut -d '.' -f1 /proc/uptime) -lt ${HEALTHCHECK_START_BYPASS:-60} ]]
        if [[ $$(cut -d '.' -f1 /proc/uptime) -lt ${HEALTHCHECK_START_BYPASS:-60} ]];
        then
            exit 0;
        else