Skip to content

Commit

Permalink
lido csm validator only - fix missing update to latest release option
Browse files Browse the repository at this point in the history
  • Loading branch information
coincashew committed Dec 29, 2024
1 parent 56d2a5e commit af6b074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethpillar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# 🙌 Ask questions on Discord:
# * https://discord.gg/dEpAVWgFNB

EP_VERSION="3.1.3"
EP_VERSION="3.1.4"

# Default text editor
EDITOR="nano"
Expand Down Expand Up @@ -277,7 +277,7 @@ while true; do
4 "Restart validator"
5 "Edit configuration"
)
[[ ${NODE_MODE} == "Validator Client Only" ]] && SUBOPTIONS+=(6 "Update to latest release")
[[ ${NODE_MODE} =~ "Validator Client Only" ]] && SUBOPTIONS+=(6 "Update to latest release")
SUBOPTIONS+=(
- ""
10 "Generate / Import Validator Keys"
Expand Down

0 comments on commit af6b074

Please sign in to comment.