From f21bd1e05f7a4b80d5ccdde32464d5fbe273824c Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Sun, 26 Jun 2022 00:35:06 -0400 Subject: [PATCH] Prefer updated configs --- src/install-monerod-in-termux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install-monerod-in-termux.sh b/src/install-monerod-in-termux.sh index a62783d..ed30bb5 100644 --- a/src/install-monerod-in-termux.sh +++ b/src/install-monerod-in-termux.sh @@ -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"