From c63756d57f4b856a8c61323461ebbaf7b8abfdf8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 1 Dec 2025 21:45:04 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index c91370a..f2a5d2b 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -620,9 +620,9 @@ URBACKUP_INSTALL() { * ) echo - read -p "Enter ClientID:" clientid + read -p "Enter ClientID: " clientid echo - read -p "Enter Auth Key:" authkey + read -p "Enter Auth Key: " authkey TF=`mktemp` wget "http://urbackup.scity.us:55414/x?a=download_client&lang=en&clientid=${clientid}&authkey=${authkey}&os=linux" -O $TF