From 6ed4d3816018e4f01ba8da99a95e6a3c90959cf9 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 4 Oct 2023 15:36:29 +0200 Subject: [PATCH] more generic title --- lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.sh b/lib.sh index 4c1a0bf..142dc8b 100644 --- a/lib.sh +++ b/lib.sh @@ -14,7 +14,7 @@ ARCH=$(uname -m) # Network WANIP4=$(curl -s -k -m 5 -4 https://api64.ipify.org) # Whiptail menus -TITLE="RustDesk Setup - $(date +%Y)" +TITLE="RustDesk - $(date +%Y)" [ -n "$SCRIPT_NAME" ] && TITLE+=" - $SCRIPT_NAME" CHECKLIST_GUIDE="Navigate with the [ARROW] keys and (de)select with the [SPACE] key. \ Confirm by pressing [ENTER]. Cancel by pressing [ESC]."