From ecdb3ff4ac49c8373cdf00db9956b2f738e9cea4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 20 Mar 2023 22:16:33 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index a644113..a001aff 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -488,7 +488,7 @@ URBACKUP_INSTALL() { TF=`mktemp` wget "http://urbackup.scity.us:55414/x?a=download_client&lang=en&clientid=${clientid}&authkey=${authkey}&os=linux" -O $TF - (printf '%s\n'; sleep 1) | sudo sh $TF + sudo sh $TF rm -f $TF echo ""