Browse Source

updated configure-bitcoin

main
deicidus 1 year ago
parent
commit
0012191220
  1. 2
      spells/menu/bitcoin/configure-bitcoin

2
spells/menu/bitcoin/configure-bitcoin

@ -93,7 +93,7 @@ if [ "$alt_storage" = 1 ]; then
while true; do
printf "Please type the alternate path thou wouldst like to use for blockchain storage: "
read -r alt_path
if validate_path "$alt_path"; then
if validate-path "$alt_path"; then
break
else
printf "That's not a valid UNIX path string. "

Loading…
Cancel
Save