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"