Skip to content

Commit

Permalink
Don't downgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Mar 15, 2024
1 parent ef8f800 commit fb12de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ NEW_VARS=( CL_P2P_PORT KEY_API_PORT EL_NODE FEE_RECIPIENT EL_EXTRAS CF_DNS_API_T
dodocker system prune --force -a
fi

if [[ "${__keep_targets}" -eq 1 && "${__target_ver}" = "${__source_ver}" ]]; then # No changes in template, do nothing
if [[ "${__keep_targets}" -eq 1 && "${__target_ver}" -le "${__source_ver}" ]]; then # No changes in template, do nothing
return 0
fi

Expand Down

0 comments on commit fb12de0

Please sign in to comment.