From e3166791bc2d4121e3d79b3b8d7ac9c37ceed884 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Feb 2022 14:42:09 -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 0e105a4..ae24937 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -379,9 +379,9 @@ URBACKUP_INSTALL() { * ) echo "" - read -n 1 -p "Enter ClientID:" clientid + read -p "Enter ClientID:" clientid echo "" - read -n 1 -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 && sudo sh $TF; rm -f $TF