Skip to content

Commit

Permalink
Prefer updated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nahuhh authored Jun 26, 2022
1 parent 7f0b7f1 commit f21bd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install-monerod-in-termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ EOF
# Check for existing Config
if [ -e config.txt ]
then
DEL=$(termux-dialog radio -t "Existing configuration found" -v "Update,Keep Existing" | jq '.text')
DEL=$(termux-dialog radio -t "Existing configuration found" -v "Keep Existing,Update (Recommended)" | jq '.text')
if [ "$DEL" = '"Keep Existing"' ]
then
echo "Keep existing config file.\n Updating data-dir flag"
Expand Down

0 comments on commit f21bd1e

Please sign in to comment.