Loading bin/reproducible_node_health_check.sh +2 −2 Original line number Diff line number Diff line #!/bin/bash # vim: set noexpandtab: # Copyright 2014-2022 Holger Levsen <holger@layer-acht.org> # Copyright 2014-2023 Holger Levsen <holger@layer-acht.org> # © 2015-2018 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv2 Loading Loading @@ -95,7 +95,7 @@ fi # (XXX: yes this is hardcoded but meh…) echo "$(date -u) - testing whether the time is right..." get_node_information "$HOSTNAME" real_year=2022 real_year=2023 year=$(date +%Y) if "$NODE_RUN_IN_THE_FUTURE"; then if [ "$year" -eq "$real_year" ]; then Loading Loading
bin/reproducible_node_health_check.sh +2 −2 Original line number Diff line number Diff line #!/bin/bash # vim: set noexpandtab: # Copyright 2014-2022 Holger Levsen <holger@layer-acht.org> # Copyright 2014-2023 Holger Levsen <holger@layer-acht.org> # © 2015-2018 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv2 Loading Loading @@ -95,7 +95,7 @@ fi # (XXX: yes this is hardcoded but meh…) echo "$(date -u) - testing whether the time is right..." get_node_information "$HOSTNAME" real_year=2022 real_year=2023 year=$(date +%Y) if "$NODE_RUN_IN_THE_FUTURE"; then if [ "$year" -eq "$real_year" ]; then Loading