Fixed bug in last comit
root

root commited on 2011-02-10 12:19:08
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -121,7 +121,7 @@ then
121 121
 			cd "$DOWNLOAD_DIR"
122 122
 			DOWNLOAD_FILE="$( pwd )/roundcubemail-$newest.tar.gz"
123 123
 			[ $DEBUG -eq 1 ] && echo "Download new release in $DOWNLOAD_FILE"
124
-			#wget -q -O "$DOWNLOAD_FILE" "$DOWNLOAD_URL"
124
+			wget -q -O "$DOWNLOAD_FILE" "$DOWNLOAD_URL"
125 125
 			if [ $EXTRACT -eq 1 ]
126 126
 			then
127 127
 				[ $DEBUG -eq 1 ] && echo "Extract new release"
128 128