From 88d6e9f4df18d8428e893ea8483e330fdd224977 Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Sat, 8 Oct 2005 18:09:21 +0000 Subject: [PATCH] Changed wget option from --non-verbose to -nv --- org.glite.deployment.lb/project/lxscript-rpm.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.glite.deployment.lb/project/lxscript-rpm.xsl b/org.glite.deployment.lb/project/lxscript-rpm.xsl index 0bf5cc8..c661ad7 100644 --- a/org.glite.deployment.lb/project/lxscript-rpm.xsl +++ b/org.glite.deployment.lb/project/lxscript-rpm.xsl @@ -274,7 +274,7 @@ exit 0 _installer.sh -wget -N --non-verbose +wget -N -nv if [ ! -f "" ] then echo @@ -297,7 +297,7 @@ SCRIPTLISTUn="$SCRIPTLISTUn ./ -u " -- -wget -N --non-verbose +wget -N -nv if [ ! -f "" ] then echo @@ -318,7 +318,7 @@ RPMLIST="$RPMLIST " -- -wget -N --non-verbose /RPMS/ +wget -N -nv /RPMS/ if [ ! -f "" ] then echo -- 1.8.2.3