From 4ca5cdc6f315ee21547846ba753427d0e0dd4aec Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Mon, 8 Sep 2008 08:43:32 +0200 Subject: [PATCH] . --- opt/cluster/lib/install/gnucluster/head/install-40queue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opt/cluster/lib/install/gnucluster/head/install-40queue b/opt/cluster/lib/install/gnucluster/head/install-40queue index 4ab280b..f617479 100755 --- a/opt/cluster/lib/install/gnucluster/head/install-40queue +++ b/opt/cluster/lib/install/gnucluster/head/install-40queue @@ -6,8 +6,8 @@ _prepare() { [[ -d /usr/src/cluster ]] || mkdir -p /usr/src/cluster cd /usr/src/cluster - wget http://www.clusterresources.com/downloads/torque/torque-$ver_torque.tar.gz - wget http://www.clusterresources.com/downloads/maui/maui-$ver_maui.tar.gz + [[ -e torque-$ver_torque.tar.gz ]] || wget http://www.clusterresources.com/downloads/torque/torque-$ver_torque.tar.gz + [[ -e maui-$ver_maui.tar.gz ]] || wget http://www.clusterresources.com/downloads/maui/maui-$ver_maui.tar.gz tar xzf torque-$ver_torque.tar.gz tar xzf maui-$ver_maui.tar.gz -- 2.11.4.GIT