From 10caef85b802b02c03e0a3610f5b485f101bc54e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Feb 2011 13:19:08 +0100 Subject: [PATCH] Fixed bug in last comit --- check_rc_upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_rc_upgrade.sh b/check_rc_upgrade.sh index b6648d7..7f7e763 100755 --- a/check_rc_upgrade.sh +++ b/check_rc_upgrade.sh @@ -121,7 +121,7 @@ then cd "$DOWNLOAD_DIR" DOWNLOAD_FILE="$( pwd )/roundcubemail-$newest.tar.gz" [ $DEBUG -eq 1 ] && echo "Download new release in $DOWNLOAD_FILE" - #wget -q -O "$DOWNLOAD_FILE" "$DOWNLOAD_URL" + wget -q -O "$DOWNLOAD_FILE" "$DOWNLOAD_URL" if [ $EXTRACT -eq 1 ] then [ $DEBUG -eq 1 ] && echo "Extract new release"