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