Skip to content

Commit

Permalink
SC2115 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Aug 3, 2020
1 parent d4ed2b2 commit 195e507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/itnRewards.sh
Expand Up @@ -42,7 +42,7 @@ if [[ $(cat "${itn_signing_key_file}") == ed25519e_* ]]; then
echo -e " https://cardano-community.github.io/guild-operators/#/Scripts/itnrewards\n"
while true; do
read -r -p "Enter path to cardano-cli with support for extended key conversion or press enter to quit: " CCLI
[[ -z "${CCLI}" ]] && rm -rf "${WALLET_FOLDER}/${wallet_name}" && exit 1
[[ -z "${CCLI}" ]] && rm -rf "${WALLET_FOLDER:?}/${wallet_name}" && exit 1
if ! ${CCLI} shelley key 2>&1 | grep -q "convert-itn-extended-key"; then
echo -e "\n${ORANGE}ERROR${NC}: specified file lacks support for extended ITN key conversion, please try again\n"
continue
Expand Down

0 comments on commit 195e507

Please sign in to comment.