From 43ee7247183a369e963a5c8bb0b6b9190c1521f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Wed, 26 Feb 2025 13:30:46 +0100 Subject: [PATCH] Improve alignment and add link to blog post MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- advanced/Scripts/update.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/advanced/Scripts/update.sh b/advanced/Scripts/update.sh index 07db152e..efdcd9d6 100755 --- a/advanced/Scripts/update.sh +++ b/advanced/Scripts/update.sh @@ -108,14 +108,14 @@ updateWarnDialog() { core_str="Core: \\Zb\\Z4up to date\\Zn" fi if [[ "${web_update}" == true ]]; then - web_str="Web Interface: \\Zb\\Z1update available\\Zn" + web_str="Web: \\Zb\\Z1update available\\Zn" else - web_str="Web Interface: \\Zb\\Z4up to date\\Zn" + web_str="Web: \\Zb\\Z4up to date\\Zn" fi if [[ "${FTL_update}" == true ]]; then - ftl_str="FTL: \\Zb\\Z1update available\\Zn" + ftl_str="FTL: \\Zb\\Z1update available\\Zn" else - ftl_str="FTL: \\Zb\\Z4up to date\\Zn" + ftl_str="FTL: \\Zb\\Z4up to date\\Zn" fi # shellcheck disable=SC2154 # Variables "${r}" "${c}" are defined in the main script dialog --no-shadow --clear --keep-tite \ @@ -129,7 +129,7 @@ updateWarnDialog() { $web_str\\n\ $ftl_str\\n\\n\\n\ \\Zb\\Z1IMPORTANT:\\Zn Make a (teleporter) backup of your system!\\n\\n\ -Updates can come with significant changes. Please read the changelog carefully.\\n\\n\\n\ +Updates can come with significant changes. Please read the changelog at https://pi-hole.net/blog carefully.\\n\\n\\n\ Please confirm you want to start the update process." \ "${r}" "${c}" && result=0 || result="$?"