From 1bf8f57466f73de682a0c4663a2c761cf0307878 Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Mon, 30 Dec 2024 11:30:54 +0000 Subject: [PATCH] changed error message default action --- install.ztnet/bash/ztnet.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.ztnet/bash/ztnet.sh b/install.ztnet/bash/ztnet.sh index a80620a6..aa98cdd0 100755 --- a/install.ztnet/bash/ztnet.sh +++ b/install.ztnet/bash/ztnet.sh @@ -377,9 +377,9 @@ function failure() { echo -e "\n${RED}Error report:${NC}\n$jsonError\n" echo -e "\nDo you want to send the error report to ztnet.network admin for application improvements?" - echo -e "Only the above error message will be sent! [Default Yes]" + echo -e "Only the above error message will be sent! [Default No]" sleep 0.1 - ask_string "Yes / No ==> " "Yes" SEND_REPORT + ask_string "Yes / No ==> " "No" SEND_REPORT if [ -z "$SEND_REPORT" ]; then SEND_REPORT="yes"