Skip to content

Commit

Permalink
Merge branch 'alpha' into event-input-for-workflow-dispatch-and-summary
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt authored Nov 28, 2023
2 parents 704d83a + 070c685 commit f2fd175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cnode-helper-scripts/gLiveView.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ setTheme() {
# Do NOT modify code below #
######################################

GLV_VERSION=v1.28.1
GLV_VERSION=v1.28.2

PARENT="$(dirname $0)"

Expand Down Expand Up @@ -823,7 +823,7 @@ while true; do
cpu_util="0.0"
fi
if [[ ${about_to_lead} -gt 0 ]]; then
[[ ${nodemode} != "Core" ]] && clrScreen && nodemode="Core"
[[ ${nodemode} != "Core" ]] && nodemode="Core" && getOpCert && clrScreen
else
[[ ${nodemode} != "Relay" ]] && clrScreen && nodemode="Relay"
fi
Expand Down

0 comments on commit f2fd175

Please sign in to comment.