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 ""